我正在使用Oracle 12c(12.2) 读取表中的json 数据。 SELECT jt.name, jt.employee_id, jt.company FROM JSON_TABLE ( BFILENAME ('DB_DIR', 'vv.json ...
確定! 回上一頁