MySQL Forums
Forum List  »  German

Re: delete with inner join doesnt work
Posted by: steve perp
Date: April 24, 2019 03:39AM

Finally it worked with

DELETE T1, T2
FROM T1
INNER JOIN T2
WHERE T1.id = T2.id AND T1.products_name LIKE "TG-%";

Options: ReplyQuote


Subject
Views
Written By
Posted
881
April 20, 2019 12:08PM
Re: delete with inner join doesnt work
318
April 24, 2019 03:39AM


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.