Cast 或 Convert
Select Cast(1 As Varchar(10))
Select Cast('1' As Int)Select Convert(Varchar(10),1)
Select Convert(Int,'1')