UPDATE table1 SET column = value
FROM table2
WHERE table1.column2 = table2.column2
05-11 14:04