Loading

Sunday, April 17, 2005

Export from mysql into fixed length file

SELECT * INTO OUTFILE file_name
FIELDS TERMINATED BY '' OPTIONALLY ENCLOSED BY ''
LINES TERMINATED BY "\n"
FROM my_table;

SHARE TWEET

Thank you for reading this article Export from mysql into fixed length file With URL http://x-tutorials.blogspot.com/2005/04/export-from-mysql-into-fixed-length.html. Also a time to read the other articles.

0 comments:

Write your comment for this article Export from mysql into fixed length file above!