pgsql 连表更新语法
UPDATE table_reference t1
SET col_name1 = t2.col_name2
FROM
table_reference t2
WHERE
t1.col_name1 = t2.col_name1
本文来自博客园,作者:bigroc,转载请注明原文链接:https://www.cnblogs.com/bigroc/p/18070305
blog:http://www.bigroc.cn 博客园:https://www.cnblogs.com/bigroc