skip to Main Content

Append in nested array JSON object in oracle

I have JSON document column in one of the table and its structure is like:- { "root":[{"MCR":"MCR_1", "MCR_COLUMNS":{ "MCR_COLUMN_1":"ABC1", "MCR_COLUMN_2":"ABC2" } }, {"MCR":"MCR_2", "MCR_COLUMNS":{ "MCR_COLUMN_1":"XYZ1", "MCR_COLUMN_2":"XYZ2" } } ] } Now I want to write a merge statement to merge…

VIEW QUESTION
Back To Top
Search