I am new to postgres, and I am using Visual Studio Code IDE (version 1.62) to write my scripts. While doing so, I am observing this strange behaviour where VS Code doesn’t highlight the data type smallserial (2 bytes). Here is what I see: But I know that the script is correct because this query runs successfully. How can I
Tag: visual-studio-code
Python – loop through same query with different variables, merge data frames
I have a query in SAS where I use a Macro variable to repeat a query to Teradata with a different variable. We have 5 databases, one for each state, where I run the same query, but use the variable to update the state, then mend all data sets. I’m looking for help in how I can do this in