Argument Types and Rules - Advanced SQL Engine - Teradata Database

XML Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
amr1556233250442.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1140
lifecycle
previous
Product Category
Teradata Vantageā„¢

  • If queryString is NULL, the XmlString return value will be NULL.
  • The Xslt argument is an XML type instance representing a consolidated stylesheet or simply a stylesheet if it does not use stylesheet includes. This stylesheet should map the user query results to the desired XML output.
  • If Xslt is NULL, the XmlString return value is the XML resulting from canonical publishing.
  • If documentGroupingSpec is NULL, the XmlString column in the result set represents a single document representing the query results in XML format. If documentGroupingSpec is not NULL, the XmlString column represents multiple documents, with the documents separated by a NULL in the XmlString column.