Relative Content

Tag Archive for sqlsql-serverxml

How to query XML in SQL and return a list of all nodes

I’ve got an SQL table with one XML column, and I want to query the XML and get the id/@extension and also a list all observation/code. However it always returns empty results. I’ve isolated an example table with representative test data, see below