Why does this return 0
SELECT @x. exist ('/christmaslist/zach')
Discussion on:
View:
Show:
doesn't contain it, 0 is false
christmaslist/person would return 1, true
christmaslist/person[@name='zack'], would also be true.
zack is the value of a name attribute of a person element which is a child of christmaslist.
XPath takes a while to get your head round.
Hths
christmaslist/person would return 1, true
christmaslist/person[@name='zack'], would also be true.
zack is the value of a name attribute of a person element which is a child of christmaslist.
XPath takes a while to get your head round.
Hths
I've still got to support SQL 2000, and potentially MySQL. So I'm afraid it's out of the equation....
Ho hum.
Ho hum.
Is there a way to search 'case-insensitively'?
For medical terms, and for what I require from the XML nodes, often the titles are interchanged making for lengthily data collation.
Thanks
Adam
For medical terms, and for what I require from the XML nodes, often the titles are interchanged making for lengthily data collation.
Thanks
Adam
- Keyboard Shortcuts:
- Prev
- Next
- Toggle









































