MySql 导出excel

select * into outfile './bestlovesky.xls' from bestlovesky where 1 order by id desc  limit 0, 50;

posted @ 2016-04-19 17:44  旋转的梦  阅读(149)  评论(0)    收藏  举报