The XML looks like this:
<Attributes>
<ProductAttribute ID="92">
<ProductAttributeValue>
<Value>225</Value>
</ProductAttributeValue>
</ProductAttribute>
<ProductAttribute ID="536">
<ProductAttributeValue>
<Value>227</Value>
</ProductAttributeValue>
</ProductAttribute>
I need
ID - Value
92 - 225
536 - 227
In Table Format.
Is it possible to get this values directly from a query or stored procedure or Function?