Hi, I am new to this parsing xml. I need to extract value from xml using sql query. Please find the sample xml file. Kindly help me.
<?xml version="1.0" encoding="UTF-8"?>
<MaterialUpdates>
<Materials>
<SalesOrg>
<ID>KAR12</ID>
</SalesOrg>
</Materials>
</MaterialUpdates>
I need to extratct ID value : /MaterialUpdates/Materials/SalesOrg/ID