Skip to content

Instantly share code, notes, and snippets.

@KeenS
Created December 16, 2015 03:03
Show Gist options
  • Save KeenS/62869c22545308bc97f3 to your computer and use it in GitHub Desktop.
Save KeenS/62869c22545308bc97f3 to your computer and use it in GitHub Desktop.
LOAD DATA INFILE "~/Sql/file.csv" INTO TABLE db.table FIELDS TERMINATED BY ',' ENCLOSED BY '"' IGNORE 1 LINES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment