MySQL fields terminated by tab

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-04-06T00:34:02Z Indexed on 2010/04/06 0:43 UTC
Read the original article Hit count: 339

Filed under:
|

I am trying to upload a tab delimitted file with MySQL. I want a query something likes this: LOAD DATA LOCAL INFILE 'file' INTO TABLE tbl FIELDS TERMINATED BY 'TAB' Is there something I can subsitute for TAB to make this work?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about load-data-infile