SELECT NEWID() --SQL GUID去除横线,并转换为小写,得到一个以 数字 和 字母 组合的 长度为32字节 的随机字符串 SELECT LOWER(REPLACE(LTRIM(NEWID()),'-','')) Read More
posted @ 2016-04-11 16:36 画梦笙箫 Views(798) Comments(0) Diggs(0)
运行结果: Read More
posted @ 2016-04-11 16:29 画梦笙箫 Views(476) Comments(0) Diggs(0)