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 TableFinally, a unified workspace for your SQL development
Get more done, 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