I load a table whit the query:

 LOAD DATA INFILE 'a.txt' INTO TABLE table FIELDS TERMINATED BY '\t' LINES
TERMINATED BY '\n';

 the file:

 211    ppp    222    ssss
 222    ooo    333    uuuo

 and more ....

 the problem is, the last field in the table is  'ssss|' or 'uuuo|'

 the final ('\n') of the line is in the field.



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