what sql will be for oracle for FOR XML AUTO, XMLSCHEMA, ELEMENTS XSINIL
722037Sep 20 2011 — edited Sep 20 2011Hi all,
I have developed an application which supports both database sql server and oracle. I am using sql
select * from test FOR XML AUTO, XMLSCHEMA, ELEMENTS XSINIL, ROOT('test')
to fetch records in xml format from SQL Server.
I want to know what sql will be for oracle to get same result set in xml format.
Thanks in advance.
Edisphere software
Vijay singh