Hello
this is my first times I work with Xml data
I don't understand because this one following return null
- SELECT XMLElement("Date", HIREDATE)
- FROM EMP
but This work
select dbms_xmlgen.getxml('select * from dept') from dual
Release 11.2.0.3.0
Thanks for any info in advance