mysql - 常用函数

 

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

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

posted @ 2020-09-02 10:20  gygtech  Views(144)  Comments(0Edit  收藏  举报