Mysql通过语句导出excel
时间:2021-07-01 10:21:17
帮助过:3人阅读
* into outfile
‘E:/20200528222319_weibaojilv.xls‘ from(
select ‘序号‘,
‘维修时间‘,
‘结束时间‘,
‘维修花费时间‘,
‘维修码‘,
‘所属分系统‘,
‘所属分系统‘,
‘故障名‘,
‘维修人员‘,
‘维修费用‘,
‘备注‘ union select id,time,end_time,use_time_str,fix_code,subsystem,device_name,fault_name,who_take,spend_money,remark
from fix_history)b
2、不带标题
select * into outfile ‘E:/catid.xls‘ from 784_note
Mysql通过语句导出excel
标签:sele rem one div note rom 结束 style not