Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Need a query to fetch the Level Ids and Member Ids from a column

BommiMar 17 2023

Hi Team,

Please note this is a Cloud DB. But we need to write a query to fetch the Level Ids and Member Ids from ‘DETAILS’ column(it is of CLOB Type) of MSC_AUDIT_TRAILS_METADATA table.

For example, we have a data as below in the table MSC_AUDIT_TRAILS_METADATA

{"filters":[],"combination":[{"levelId":91001,"memberId":1089},{"levelId":89004,"memberId":10},{"levelId":87016,"memberId":2460156},{"levelId":89008,"memberId":32}]}

Now we want to fetch all the Level Ids and Member Ids (91001, 1089,89004,10,87016,2460156,89008,32).

Can anyone please help me on this.

This post has been answered by Barbara Boehmer on Mar 21 2023
Jump to Answer
Comments
Post Details
Added on Mar 17 2023
15 comments
437 views