📌  相关文章
📜  将值从一列复制到另一个 postgres - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:27.929000             🧑  作者: Mango

代码示例1
UPDATE table SET columnB = columnA;