Copy Code. DECLARE @id bigint --variable declared as bigint select CAST(@id as varchar(max)) --Conversion takes place.
確定! 回上一頁