【PostgresSQL】同時更新兩個表

sekihin發表於2017-11-16
UPDATE table1 SET column = value
FROM table2
WHERE table1.column2 = table2.column2

 

相關文章