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