开发者

mysqlimport: error in syntax

开发者 https://www.devze.com 2022-12-29 21:59 出处:网络
i am trying to import a tab-delimited file into mysql. h开发者_StackOverflow中文版ere is how i am doing it:

i am trying to import a tab-delimited file into mysql. h开发者_StackOverflow中文版ere is how i am doing it:

mysqlimport c:\file.txt

whats wrong with the syntax?


load data local infile 'c:/calibration.txt' into table employees.calibration fields terminated by '\t' enclosed by '"' lines terminated by '\n';
0

精彩评论

暂无评论...
验证码 换一张
取 消