Announcing our $3.4M seed round from Gradient Ventures, FundersClub, and Y Combinator 🚀 Read more →
How to Drop a View in Snowflake in Snowflake
To drop a view, use the DROP VIEW
command:
drop view category_1_products_v;
Spread the word
TweetTo drop a view, use the DROP VIEW
command:
drop view category_1_products_v;
Spread the word
Tweet