MySQL Forums
Forum List  »  Newbie

Re: Updating a table using a tsv file
Posted by: Peter Brawley
Date: April 24, 2022 03:02PM

Import into a temporary table. then use Insert Ignore (see that topic in the manual) to import from the temp table into your target table.

Options: ReplyQuote


Subject
Written By
Posted
Re: Updating a table using a tsv file
April 24, 2022 03:02PM


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.