How to Drop a View in MySQL
To drop a view, use the DROP VIEW
command:
DROP VIEW view_name;
Previous
How to Create a ViewFinally, a unified workspace for your SQL development
Get more done, together, with PopSQL and MySQL
To drop a view, use the DROP VIEW
command:
DROP VIEW view_name;
Previous
How to Create a View