SyntaxFix
Write A Post
Hire A Developer
Questions
Just another example where the value of a column from table 1 is inserted into a column in table 2:
UPDATE Address SET Phone1 = sp.Phone FROM Address ad LEFT JOIN Speaker sp ON sp.AddressID = ad.ID WHERE sp.Phone <> ''