Hi
1) Suppose, in a file, say testfile.sql, 
it contains a line
eg:
LOAD DATA INFILE "mlc_stat_0000" INTO table mlc FIELDS TERMINATED BY '|' ;
And further suppose the record in file mlc_stat_0000 already exists in the
table mlc.

Does MySQL have the ability to stop inserting this duplicated record 
when I ran a command

mysql -u root -penter < testfile.sql ?

Thank you

---------------------------------------------------------------------
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