Database Administration (MOSC)

MOSC Banner

extract value from json array

edited Apr 8, 2021 3:00PM in Database Administration (MOSC) 5 commentsAnswered

I've the json:

{

    "rowSerchResultContext": 1,

    "columns": [

        {

            "id": "DOCNUMBER",

            "label": "System ID",

            "position": 0,

            "columnType": "Int",

            "visible": true

        }

    ],

    "data": [

        [

            75

        ],

        [

            78

        ]

    ]

}


what's the instruction in Oracle 11g for extract the value 75 and 78

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center