After executing the following command

LOAD DATA LOCAL INFILE '/path/to/file.csv'     
     INTO TABLE  mydb.tablename FIELDS TERMINATED BY ',';

mysql workbench's output console printed the following:

14935 row(s) affected Records: 14981 Deleted: 0 Skipped: 46

Warnings: 0

The question is, how on earth do I find out which rows were skipped?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top