汽车vr网
您的当前位置:首页sqlserver中将varchar类型转换为int型

sqlserver中将varchar类型转换为int型

来源:汽车vr网


无详细内容 无 select * from yourtable order by cast(yourcol as int); select * from yourtable order by convert(int,yourcol);

<无详细内容> <无> $velocityCount-->
select * from yourtable order by cast(yourcol as int); 

select * from yourtable order by convert(int,yourcol); 
显示全文