hi:
OS X 10.4.10
Server version: 4.1.21-standard
MySQL client version: 5.0.24a
i imported a CSV file into a table using LOAD DATA.
everything seems ok
but the operation reported some warnings i'd like to check
=====================================================================
mysql> LOAD DATA LOCAL INFILE
'/DATA/.../authors-3_unix_utf8.csv' INTO
TABLE authors_new FIELDS TERMINATED BY ';';
Query OK, 249 rows affected, 11 warnings (0.03 sec)
Records: 249 Deleted: 0 Skipped: 0 Warnings: 11
=====================================================================
tia,
jdoe