代码改变世界

随笔分类 -  SQL

sql语句

2015-10-28 11:08 by breece, 161 阅读, 收藏,
摘要: mysql -h host -u user -p;load data local infile '/path/pet.txt' into table pet lines terminated by '\r\n';insert into pet values('Puffball','Diane','h... 阅读全文