XMLCONCAT Function | XML Data Type | Teradata Vantage - XMLCONCAT - 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ā„¢

Generates a forest of XML values given a list of values as parameters.

Syntax

XMLCONCAT (
  XML_value_expr [,...]
  [ RETURNING { CONTENT | SEQUENCE } ]
)
XML_value_expr
An instance of the XML type.
RETURNING CONTENT
The return value is an XQuery document node with the concatenated items as its children.
RETURNING SEQUENCE
The return value is a sequence with the concatenated items. This is the default.