How to Drop a Column in Snowflake

Dropping a column in Snowflake involves using the ALTER TABLE .. DROP COLUMN command.

Drop one column:

alter table products
drop column description;

Drop multiple colums at the same time:

alter table products
drop column price, description;
Cta
From Snowflake query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and Snowflake