📜  将 sql server guid 转换为 varbinary - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:05.383000             🧑  作者: Mango

代码示例1
select cast(hashbytes('md5','foo') as uniqueidentifier)