Re: multiple delete for mysql

2002-04-03 Thread Victoria Reznichenko
David, Wednesday, April 03, 2002, 3:30:52 PM, you wrote: Dy> I have : Dy> mysql> select version(); Dy> +---+ Dy> | version() | Dy> +---+ Dy> | 4.0.2-alpha-debug | Dy> +---+ Dy> 1 row in set (0.00 sec) Dy> But an error too : Dy> mysql> del

Re: multiple delete for mysql

2002-04-03 Thread David yahoo
does this > > -Original Message- > From: David yahoo [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 01, 2002 5:28 PM > To: [EMAIL PROTECTED] > Subject: multiple delete for mysql > > > Hi all, > > How can i do a delete from multiple table in mysql? > >

RE: multiple delete for mysql

2002-04-02 Thread Rick Emery
mysql version 4.x does this -Original Message- From: David yahoo [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 5:28 PM To: [EMAIL PROTECTED] Subject: multiple delete for mysql Hi all, How can i do a delete from multiple table in mysql? Eg : I want ot delete record

multiple delete for mysql

2002-04-01 Thread David yahoo
Hi all, How can i do a delete from multiple table in mysql? Eg : I want ot delete record something like that I dont when to select but delete delete from externallink as link, topic as topic, topiclink as joiner where link.resid = joiner.resid and topic.catid = joiner.catid and topic.rid like