oracle生成uuid

-- oracle生成uuid
select sys_guid() from dual;
-- 解决乱码
select rawtohex(sys_guid()) from dual;

 

posted @   一隅桥畔  阅读(334)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示