skip to Main Content

Modify column data stored as JSON

Lets say i have json column as JSON_COLUMN in which i am storing the data in below format Table structure: (2 columns only) ID - Autoincrement JSON_COLUMN - Varchar2(1000) Sample Data: ID : 1 JSON_COLUMN : [ { "Name":"Number", "Id":"PhoneNumber",…

VIEW QUESTION
Back To Top
Search