Mysql导出excel时,数值型变成科学计数法

2022-11-01

在sql语句中,使用concat(), 拼接一个\t
select concat(ecode,'\t') from db_table;