Re: Querying xml data with SQL



You need an exist 'clause'

WHERE xmlData.exist('//*/child[./text()="idA" or ./text()="idB"]') = 1

.


Loading