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