I have a table that I am looking to refresh the existing information without creating new information (unless an entry does not already exist).
This is in the context of stocks. One of the fields is a ticker. I have a python program that is running through a list of tickers and getting updated data.
If, for example, $MMM's market cap has changed from $200B to $300B, what syntax would I use to ensure that SQL finds the existing row for $MMM, and updates existing information without creating a new row?