SSC-EWI-OR0009
JSON_TABLE is not supported.
Severity
Description
Example Code
Input Code:
SELECT jt.phones
FROM j_purchaseorder,
JSON_TABLE(po_document, '$.ShippingInstructions'
COLUMNS
(phones VARCHAR2(100) FORMAT JSON PATH '$.Phone')) AS jt;Output Code:
Recommendations
Last updated
