Skip to content

Instantly share code, notes, and snippets.

@luigi
Created January 29, 2009 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luigi/54536 to your computer and use it in GitHub Desktop.
Save luigi/54536 to your computer and use it in GitHub Desktop.
LOAD DATA INFILE '/tmp/my_file.csv' INTO TABLE my_table
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' ESCAPED BY '\\'
LINES TERMINATED BY '\r\n'
IGNORE 1 LINES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment