...for XML Auto equivalent in PL\SQL?
mathiasxFeb 23 2010 — edited Feb 26 2010Probably a dumb question but I come from a TSQL background and when I try to use the following select statement...
SELECT ACCTDESCRIPTION, TYPEGROUP, CURRENCY FROM SI_ACCOUNTS FOR XML AUTO
... in order to return the data as XML I get a "missing keyword" error. Any ideas what I am doing wrong. I didn't think the FOR XML AUTO was TSQL only.