Querying XML in Oracle (using EXTRACTVALUE)
February 1st, 2010
No comments
It had to happen sooner or later, today I had to query an XML type column in Oracle. It’s a lot easier than I thought it would be – but only because I wanted to return a singular attribute.
This is how I did it using Toad: