At 09:24 AM 10/26/2004, you wrote:
I want to see the warnings when load data from text file using command
mysal> load data local infile 'mydata.txt' into table my_table;
When I got
Query OK, 1431 rows affected, 1506 warnings (0.27 sec)
Records:1431 Deleted: 0 Skipped:0 Warnings:1506
I have to find
I want to see the warnings when load data from text file using command
mysal> load data local infile 'mydata.txt' into table my_table;
When I got
Query OK, 1431 rows affected, 1506 warnings (0.27 sec)
Records:1431 Deleted: 0 Skipped:0 Warnings:1506
I have to find out what cause the warnings. I fo