I am trying to update a specific column in a table with data from the column of another table. I tried running the below command, but I am getting a syntax error at line 3.
UPDATE af_application af
SET application_price=rss.application_price
FROM rss_applications rss
WHERE af.application_id=rss.application_id