SyntaxFix
Write A Post
Hire A Developer
Questions
For general updating table1 specific colom based on Table2 specific colom, below query works perfectly...
UPDATE table 1 SET Col 2 = t2.Col2, Col 3 = t2.Col3 FROM table1 t1 INNER JOIN table 2 t2 ON t1.Col1 = t2.col1