Created
December 11, 2015 13:39
-
-
Save yukihirai0505/76fff4aa6a4ada62be0c to your computer and use it in GitHub Desktop.
CSVファイルのインポート
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 LOCAL INFILE 'CSVファイルのフルパス' INTO TABLE [テーブル名] FIELDS TERMINATED BY ',' ENCLOSED BY '"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment