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.