Here is the PL SQL block example to insert a long string into a table having CLOB column. [code type="SQL"] DECLARE v_clob CLOB; BEGIN INSERT ...
確定! 回上一頁