对mysql数据库字符串类型的数字排序

select * from user where  1=1 order by  salary*1 desc limit 0,5  

or

select * from user where  1=1 order by  salary+0  desc limit 0,5

原文地址:https://www.cnblogs.com/fpcbk/p/9875764.html