CREATE TABLE test (column1 CLOB); INSERT INTO test SELECT to_clob('This is test') FROM dual; When i run the query below , i get inconsistent datatypes error ...
確定! 回上一頁