declare @uuid1 uniqueidentifierselect @uuid1 = newid()select convert(varchar(38) , @uuid1 ) as convertedValue 相关文章: