分享至
朋友圈
微信
qq空间
qq
微博
复制
select * from yourtable order by cast(yourcol as int); select * from yourtable order by convert(int,yourcol);