Skip to content
Advertisement

Oracle – Parsing Multiple JSON Values in a single SQL query

I have data in PersonalDetails table in JSON format, I am trying to parse the data in a single query, currently I am using JSON_TABLE functions, in my query I am only able to parse only one column, if I try to use JSON_TABLE functions twice it throwing me an error, is their a way to parse all the columns in a single query? or is their any other function apart from JSON_TABLE?

Sample Data

My Query

Advertisement

Answer

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement