MySQL Forums
Forum List  »  Stored Procedures

Re: "ANY command denied to user" while creating a view
Posted by: Peter Brawley
Date: October 25, 2013 10:51PM

> CALL EXEC(CONCAT('DROP TABLE IF EXISTS ', @table_some, ' cascade'));

Cascade has no effect in the MySQL Drop Table command.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: "ANY command denied to user" while creating a view
1592
October 25, 2013 10:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.