How to drop multiple columns in postgresql November 18, 2022 by Tarik Check this: ALTER TABLE table DROP COLUMN col1, DROP COLUMN col2;