XMLCONCAT (
XML_value_expr [,...]
[ RETURNING { CONTENT | SEQUENCE } ]
)
Syntax Elements
- 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.