query to filter out in XMLSEQUENCE
693241Mar 29 2009 — edited Apr 3 2009Hello all,
I am new to xml concepts.
The below query,
Gives me result count of 100 out of which i need to filter out particular record say 999999999 how to i do that?
SELECT extractvalue(VALUE(p),'/CUSTOMER_NO') a
FROM test_clob w,
TABLE(XMLSEQUENCE(EXTRACT(xmltype(xml_file), '/RECEIVABLES/CUSTOMER/CUSTOMER_NO'))) p
A
1954365
999999999
....
Thanks in advance
Vijay G
6721