sql server 生成 uuid

select cast(REPLACE(NEWID(), '-', '') as varchar(32)) as uuid

 

posted @ 2019-11-22 17:23  wc_nan  阅读(3257)  评论(0)    收藏  举报