2013年1月12日
摘要: MySql数据库导出csv文件命令:mysql> select first_name,last_name,email from account into outfile 'e://output1.csv' fields terminated by ','optionally enclosed by ''lines terminated by '/n';csv文件效果: sunnyGrigoryanlovechoosesun@gmail.comJonSiegalsun@riliantech.netJoeSiegalzhao@g 阅读全文
posted @ 2013-01-12 10:41 武胜-阿伟 阅读(47741) 评论(0) 推荐(0)