Thank you for reading this article LOAD DATA INFILE example - importing data from csv into mysql With URL http://x-tutorials.blogspot.com/2005/04/load-data-infile-example-importing-data.html. Also a time to read the other articles.
Sunday, April 17, 2005
Browse » Home »
Mysql Tutorials
» LOAD DATA INFILE example - importing data from csv into mysql
LOAD DATA INFILE example - importing data from csv into mysql
LOAD DATA INFILE "/home/mysql/data/my_table.csv" INTO TABLE my_table FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n';
Posted by
Lynx
Labels:
Mysql Tutorials
Subscribe to:
Post Comments (Atom)


0 comments:
Write your comment for this article LOAD DATA INFILE example - importing data from csv into mysql above!