Something like this for each field. --Setup. DROP TABLE t1; CREATE TABLE t1 (ID Number(4), VBase Clob); INSERT INTO t1 (SELECT level, ...
確定! 回上一頁