I am using a XMLTYPE column in my table.
My schema is developed on this link on sqlfiddle
http://sqlfiddle.com/#!4/90306/1
I am able to fetch the value of building using the query there.
But my actual XML is
http://sqlfiddle.com/#!4/226cf
<m:Building>FBI</m:Building>
having a tag like <m:Building> .
But when i am trying to get the value of building here in second schema,i am getting error.
How i can achieve this ?
Thanks in advance.
You’ll need to provide the XML Namespace to the
extractfunction, for example: