MYSQL导出数据到excel

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

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

原文地址:https://www.cnblogs.com/hewenwu/p/3732449.html