Skip to Main Content

SQL Developer

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.

How to extract data from an xmltype column off the ZX_CONDITIONS table

CKleuNov 9 2023

I need to extract two columns from the ZX_CONDITIONS table. The first column is condition_group_code and the second is the <value> which is stored in the <FLEX_FILTER_VALUE> column.

Now I have no problem regarding the condition_group_Code, but am battling to find a method to extract <value>

See snapshot of xml, It is the yellow highlighted field I am tring to extract. How do I write my query to obtain that. There are many reiterations within one condition_group_code

Comments
Post Details
Added on Nov 9 2023
0 comments
134 views