select the rows that contains/assigned an xml attribute value Eg., My_table contains two rows each has differnt XML columns say xml-1 and xml-2. xml-1 contains
< foo xmlns="http://xxxxxe" person="Rahul" language="English">
and my xml-2 contains
< foo xmlns="http://xxxxxe" person="Raj" language="Hindi">
Now I want a sql select query that selects the row whose language="English".
No comments:
Post a Comment