Created
December 16, 2015 03:03
-
-
Save KeenS/62869c22545308bc97f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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