mysql

select UUID() -- guid 函数,去掉-【replace(uuid(),'-','')】

select replace(uuid(),'-','') -- 替换 (字符串, 被替换字符, 要替换的字符)

原文地址:https://www.cnblogs.com/gygtech/p/13600333.html