declare i integer; p_tmp_clob clob; begin select JSON_ARRAYAGG(JSON_OBJECT(t.* )) into p_tmp_clob from SAMPLE_TABLE t; end;.
確定! 回上一頁