输入banner图图片脚本导航/分类

sqlserver 生成guid以及一些字串操作

生成guid () 去掉‘-’并转成小写 declare @guid varchar(50) select @guid = NEWID() select len(@guid) select REPLACE(@guid,-,‘‘) select len( REPLACE(@guid,-,‘‘))

技术分享

 

sqlserver 生成guid以及一些字串操作

标签: