MySQL Forums
Forum List  »  Docs

Re: LOAD DATA INFILE
Posted by: Peter Brawley
Date: September 29, 2015 12:20PM

> skip those records and continue loading the rest of rows in to the table.

Simplest way to do that with MySQL is to load the data into a temp table, then Insert...Select...Where into the target table.

Options: ReplyQuote


Subject
Views
Written By
Posted
3033
August 27, 2015 03:21AM
Re: LOAD DATA INFILE
1486
September 29, 2015 12:20PM


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.