I'm trying to get Oracle to produce JSON null values on SQL NULL data, as follows:select json_object(key 'a' value 1, key 'b' value null null on null) c1, ...
確定! 回上一頁