MySQL Forums
Forum List  »  General

How to display skipped list
Posted by: jongse park
Date: September 04, 2012 10:09PM

How can I display skipped list? when I use load data infile

mysql> LOAD DATA INFILE '/tmp/bit_test.txt'
-> INTO TABLE bit_test ;
Query OK, 2 rows affected (0.00 sec)
Records: 2 Deleted: 0 Skipped: 12421 Warnings: 0

Could you tell me how to display Skipped 12421 list?

Options: ReplyQuote


Subject
Written By
Posted
How to display skipped list
September 04, 2012 10:09PM
September 05, 2012 09:11PM


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.