| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Josh Trutwin | Date: | June 7 2004 12:41pm |
| Subject: | Re: DELETE from more than one table | ||
| View as plain text | |||
On Mon, 07 Jun 2004 12:36:47 +0000 "shaun thornburgh" <shaunthornburgh@stripped> 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
| Thread | ||
|---|---|---|
| • DELETE from more than one table | shaun thornburgh | 7 Jun |
| • Re: DELETE from more than one table | Josh Trutwin | 7 Jun |
| • RE: DELETE from more than one table | shaun thornburgh | 7 Jun |
| • RE: DELETE from more than one table | Robert A. Rosenberg | 7 Jun |
| • RE: DELETE from more than one table | shaun thornburgh | 8 Jun |
| • Re: DELETE from more than one table | Michael Stassen | 8 Jun |
| • Re: DELETE from more than one table | shaun thornburgh | 9 Jun |
