生成uuid

ORACLE:update tablename set id = sys_guid ();

MYSQL:update tablename set id = UUID();

原文地址:https://www.cnblogs.com/hebiao/p/15660177.html