MYSQL导出数据到excel

select * from 某个表 into outfile  'd:\\文件名.xls';

其中文件路径中要用“\\”才有效

posted on 2014-05-16 16:28  不会熬夜的程序员  阅读(327)  评论(0)    收藏  举报

导航