I've got a table with an xml column called data (xml has got id node) and second table with idSecond column.
I would like to perform join between these two tables so that data[id] = secondTable.ID
What would be the syntax for this in SQL Server 2005 ?
thanks for any hints