How can I load data from a text file into a table?
Sunday, August 2, 2009 17:38Posted in category MySql Interview Questions
No Comments
We can use LOAD DATA INFILE file_name; syntax to load data from a text file. but we have to make sure that
a) data is delimited
b) columns and data matched correctly
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


