比如创建一个表 create table test (id varchar2(32) not null primary key, name varchar2(100));. 每次插入数据 insert into test values (sys_guid(),'张三');.
確定! 回上一頁