insert into mytable (guid_col, data) values (sys_guid(), 'xxx');. 用于存储GUID的首选数据类型是RAW(16)。 正如Gopinath回答: select sys_guid() ...
確定! 回上一頁