Dropping a view in MYSQL
I want to drop a view in MySQL. How can I do that.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Dec 18, 2011, 11:46 PM
here is syntax and example.....
sytax:-
DROP VIEW view_name;
for e.g
DROP VIEW Supp_Client;
Thanks,
Pravin.