Remote database: SQL> create table t1(id number, c1 clob); Table created. SQL> insert into t1 values(1, 'HELLO WORLD!'); 1 row created.
確定! 回上一頁