简体   繁体   中英

mysqlimport: error in syntax

i am trying to import a tab-delimited file into mysql. here 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';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM