Hi,
I am new to working with XML in SQL 2005. I have two tables with XML Fields, I need to join these tables based on the XML fields, but I get the following error.
"The xml data type cannot be compared or sorted"
TABLE A
Field1 (XMLdatatype)
TABLEB
Field1(XMLdatatype)
Select * from A
JOIN B
on A.Field1 = B.Field1