create table test ( id raw(16) default sys_guid() primary key, name varchar2(100) ); insert into test values(sys_guid(),'t1');. 這樣就能生成唯一 ...
確定! 回上一頁