How to count elements in a XMLTYPE of the same type?
600198Feb 4 2008 — edited Mar 15 2011Hi.
Imagine i have this inside a xmltype :
<world>Mercury</world>
<world>Venus</world>
<world>Earth</world>
<world>Mars</world>
Is there a way to query the xmltype (fast way) to return me 4 ?
Cheers!