MySQL Forums
Forum List  »  Newbie

New version of MySQL causing problem with delete
Posted by: Sassoon Kosian
Date: July 31, 2005 06:39PM

I am puzzled, the below code has been working perfectly for a year until recently. MySQL got upgraded and it no longer works.

-----------------------------------------------------------------------
DELETE FROM dbname1.armexp USING dbname1.armexp a,
dbname2.ban_company b WHERE locate( b.bancompany, a.company) > 0;

------------------------------------------------------------------
The error message says:
#1109 - Unknown table 'armexp' in MULTI DELETE
But that's not true, the table has existed all along, it is a misleading
message, and I don't know the real reason.

I would appreciate if someone could help me identify what's causing the problem, and what code I could use to achieve the same result.


Thanks.

Options: ReplyQuote


Subject
Written By
Posted
New version of MySQL causing problem with delete
July 31, 2005 06:39PM


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.