最佳答案
我想在 PostgreSQL 中删除表中的200列:
ALTER TABLE my_table
DROP COLUMN col1, col2
但我得到了这样一个错误:
ERROR: “ col2”处或附近的语法错误