类型转换

select CAST(age as nvarchar(10)) from Students
select CAST('23' as int)
select CONVERT(int,'23')
--类型转换

posted @ 2014-04-06 22:56  编程猴子  阅读(110)  评论(0编辑  收藏  举报