Created
August 10, 2017 06:16
-
-
Save justdoit0823/b982644b2224a9bfe310fcceb878016a to your computer and use it in GitHub Desktop.
How to load csv file into MySQL table
This file contains 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 'src.csv' into table dest_table FIELDS TERMINATED BY ',' ENCLOSED BY '"'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment