On Mon, 07 Jun 2004 12:36:47 +0000
"shaun thornburgh" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Is it possible to DELETE from more than one table in one command?
> 
> Thanks for your help

DROP TABLE IF EXISTS table1, table2, table3;

http://dev.mysql.com/doc/mysql/en/DROP_TABLE.html

Josh

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

Reply via email to