MySQL Forums
Forum List  »  Newbie

Re: DROP TABLE with jolly char
Posted by: Baris Cicek
Date: July 31, 2005 09:06AM

You can use multiple table syntax like;

DELETE FROM tbl1, tbl2 USING tbl1,tbl2;

But if the tbl1 has 0 rows, delete does not keep deleting other tables.

Options: ReplyQuote


Subject
Written By
Posted
Re: DROP TABLE with jolly char
July 31, 2005 09:06AM


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.