I need to run an update in my database for all OwnerID=65
Here is what I am entering:
UPDATE OwnerID FROM 'Plots' SET value=0 WHERE OwnerID=65
It gives me this error: "You have an error in your SQL syntax near 'FROM 'Plots' SET value=0 WHERE OwnerID=65' at line 1"
What is it that I can't do legally here and how can I accomplish this otherwise?