I'm trying to get Oracle to produce JSON null values on SQL NULL data, ... select json_arrayagg(a null on null) c1, json_arrayagg(a absent on null) c2 from ...
確定! 回上一頁