How to Drop a View in Snowflake
To drop a view, use the DROP VIEW
command:
drop view category_1_products_v;
Previous
How to Drop a TableFrom Snowflake query to chart to Slack in seconds
Get to answers faster, together, with PopSQL and Snowflake
To drop a view, use the DROP VIEW
command:
drop view category_1_products_v;
Previous
How to Drop a Table