Using json_arrayagg to aggregate to a clob SQL> select 2 json_value( 3 replace( 4 json_arrayagg( 5 rpad(p.name, 20) 6 order by product_id 7 returning clob 8 ) ...
確定! 回上一頁