UPDATE table1 SET column = value
FROM table2
WHERE table1.column2 = table2.column2

 

相关文章: