Hi,
here's the query that I used I need to know how to ignore errors when executing
Please enclose any code within the proper code tags. See the Posting Guidelines on how to do that.
MODERATOR
here's the query that I used I need to know how to ignore errors when executing
Code:
LOAD DATA infile 'myFile12_out.txt' INTO TABLE itc_db.tbl_address_out fields TERMINATED BY '|' lines TERMINATED BY '\r\n' ignore 1 lines;
MODERATOR
Comment