sam wun wrote:

Gleb Paharenko wrote:

Hello.



Use -e command line option for mysql client program. For example:

 mysql -u root -p test -e 'drop view v'




Hi, does it take wildcard? something like:

mysql -u root -p test -e 'drop view v*'

Or even drop all view tables (only affect the view tables):
mysql -u root -p test -e 'drop view *'

Sam.

Thanks
Sam



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to