天天看点

mysql varchar类型转换int类型

select * from gyzd_yysinfo order by cast(yysid as SIGNED INTEGER)

或者

select * from gyzd_yysinfo order by cast(yysid as UNSIGNED INTEGER)

本文转自yunlielai51CTO博客,原文链接:http://blog.51cto.com/4925054/1830728,如需转载请自行联系原作者

继续阅读