I have 2 tables: 2014, 2015
Each table has these columns: id, county
I need to update 2015.county with the same value found in 2014.county for an id that equals '15'
Having a terrible time with the syntax using UPDATE, SET, and WHERE; however I know this should be relatively simple. I don't want to use a JOIN statement.
Thanks in advance from a new user to PostgreSQL