mysql varchar类型转换int类型

来源:互联网 发布:linux修改用户目录 编辑:程序博客网 时间:2024/04/30 09:10

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

或者

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