【PostgresSQL】同时更新两个表

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

 

点击右上角即可分享
微信分享提示