MySQL Forums
Forum List  »  Newbie

Re: Hide rows in table1 based on same content in table2
Posted by: Peter Brawley
Date: November 07, 2021 09:15PM

The method I suggested obviates the need for your 2nd table.

If you prefer to keep your 2nd table, the best solution for you is probably to import the csv to a temporary table the write a join from your 2nd table to find the dupes, delete those, then export what remains to the first table.

Options: ReplyQuote


Subject
Written By
Posted
Re: Hide rows in table1 based on same content in table2
November 07, 2021 09:15PM


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.