如何在postgres中的单个查询语句中的一个表中创build多个列?

如何使用pgadmin3在postgresql的一个查询语句中创build多个列?

尝试这个 :

ALTER TABLE table ADD COLUMN col1 int, ADD COLUMN col2 int;