declare @uuid1 uniqueidentifierselect @uuid1 = newid()select convert(varchar(38) , @uuid1 ) as convertedValue 相关文章: 2021-12-23 2022-12-23 2021-09-13 2022-12-23 2021-08-06