mysql> load data local
    -> infile 'bigD'
    -> into table bigD
    -> fields terminated by ','
    -> enclosed by '"'
    -> ;
Query OK, 18405 rows affected (6.70 sec)
Records: 18407  Deleted: 0  Skipped: 2  Warnings: 2395826

This seems worth looking into, but I can't figure out where to find the
warnings.  [There is no entry under "warnings" in the manual index...]

Any help appreciated!

--
David Adam
Quaternary Geologist
Lake County, California




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to