MySQL导入txt文件

"Flufy","Harold","cat","f","1993-2-4"
"claws","Gwen","cat","m","1994-3-17"
"Brower","Diane","dog","m","1994-3-17","1999-3-17"
"Whistler","Gwen","bird",,"1994-3-17"
"Slim","Benny","snake","m","1996-3-17"
mysql>load data local infile ‘/path/andy.txt‘ into table pet
mysql>fields terminated by ‘,‘ enclosed by ‘"‘
mysql>lines terminated by ‘\r\n‘;

MySQL导入txt文件,布布扣,bubuko.com

MySQL导入txt文件

上一篇:Oracle SQL性能优化


下一篇:windbg命令详解