oracle生成uuid

-- oracle生成uuid select sys_guid() from dual; -- 解决乱码 select rawtohex(sys_guid()) from dual;
posted @ 2024-04-01 17:16  一隅桥畔  阅读(73)  评论(0编辑  收藏  举报