生成uuid

ORACLE:update tablename set id = sys_guid ();

MYSQL:update tablename set id = UUID();

posted on 2021-12-08 10:19  刀锋93  阅读(32)  评论(0编辑  收藏  举报

导航