XML support

Sybase IQ 12.6 includes a broad range of support for XML, including storing XML documents, exporting relational data as XML, importing XML, and returning XML from queries on relational data.

Currently, all of these new XML features are processed by Adaptive Server Anywhere when they occur in a predicate of an IQ query, so CIS functional compensation performance considerations apply.

XML export using the OUTPUT statement You can export query results as XML format. The output has an embedded DTD. Binary values are encoded in CDATA blocks with the binary data rendered as two-hexadecimal-digit strings.

For more information, see OUTPUT statement [DBISQL] on page 533 in Sybase IQ Reference Manual.