IntelliJ Java IDE
The moose likes EJB and Other Java EE Technologies and the fly likes The XMLQuery syntax problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "The XMLQuery syntax problem" Watch "The XMLQuery syntax problem" New topic
Author

The XMLQuery syntax problem

Sindhu Kodoor
Ranch Hand

Joined: Sep 03, 2010
Posts: 58
Hi,

I have a DB2 table , say for example the table name "Customer" , it has a column XML_DATA that has the entire xml loaded into each row, I need to write a select XMLQUERY, to extract all the customers with customer Id="ALL", for that
the query I wrote is :



But instead of filtering by customerId=ALL, it is returning all the records in Customer table, please kindly help me out.

Thanks,
 
 
subject: The XMLQuery syntax problem
 
Threads others viewed
Composite Key Mapping with OneToMany does not work
Linking two tables in JDBC
Problem with SYS_CONNECT_BY_PATH
Native Queries
[Newb] How to reuse attributes
IntelliJ Java IDE