pgsql 连表更新语法 2024年3月12日 1 分钟阅读 5 字 0 本文链接 原始出处 → pgsql 连表更新语法 UPDATE table_reference t1 SET col_name1 = t2.col_name2 FROM table_reference t2 WHERE t1.col_name1 = t2.col_name1