MySQL LINES TERMINATED BY

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-04-06T05:34:42Z Indexed on 2010/04/06 5:43 UTC
Read the original article Hit count: 169

Filed under:

What are the potential choises for LINES TERMINATED BY in MySQL. I have a CSV file that I am trying to upload and neither \r\n, \n, not \r work.

© Stack Overflow or respective owner

Related posts about mysql