xmlconcat()

Scalar. Concatenates a number of XML values into a single value.

Syntax

xmlconcat ( value, value [,value ...] )

Parameters

value

An XML value.

Usage

Concatenates a number of XML values into a single value. The function takes at least two XML values, and the function returns an XML value.

Example

xmlconcat ( xmlparse(stringCol), xmlparse('<t/>')))