// sql语句 中把varchar类型转换成int select * from tableName order by cast(result as SIGNED INTEGER) asc;
原文:https://www.cnblogs.com/yeanet/p/8418155.html