How can I load data from a text file into a table?

Sunday, August 2, 2009 17:38

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

  • Share/Bookmark
You can leave a response, or trackback from your own site.

Leave a Reply