pgsql 连表更新语法 - bigroc
UPDATE table_reference t1 SET col_name1 = t2.col_name2 FROM table_reference t2 WHERE t1.col_name1 = t2.col_name1
【摘要】 阅读全文
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 BigRoc Blog!
UPDATE table_reference t1 SET col_name1 = t2.col_name2 FROM table_reference t2 WHERE t1.col_name1 = t2.col_name1
【摘要】 阅读全文