Is there a way to drop all tables that match a certain pattern, kind of like
using a LIKE statement in DROP statement.

if this worked it would be perfect
drop table like 'TT%';

in other words dropping all the tables in a database that start with 'TT'.

Roger Karnouk


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to