I have the following SQL with 2 fields.
The results are
instead of the XML document that the examples give. Any random thoughts?
Code:
select XMLSERIALIZE( XMLELEMENT(NAME "Labels", XMLAGG(xmlrow(store as "Store", format as "Format" OPTION ROW "Labels"))) as CLOB(1M) INCLUDING XMLDECLARATION) as XML_DOCUMENT from (Select * from lbl801sl order by store) Product
Code:
com.ibm.as400.access.AS400JDBCClobLocator@cd32f4




.

Comment