XMLSPLIT 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ā„¢

The XMLSPLIT table function takes the following arguments.

Parameter Name Data Type Description
docID INTEGER To correlate output documents to their source documents.
sourceDoc CLOB The source document
splitSize INTEGER Size of the resulting document
splitPath VARCHAR

CHARACTER SET UNICODE

The path to the recurring element in the document hierarchy where the source document is split. splitPath can use wild-card characters, such as '*' to indicate a hierarchy level down a path at which the documents can be split; for example: /A/B/*
replicationList VARCHAR

CHARACTER SET UNICODE

Comma-separated list of paths to elements that need to be replicated in all the output documents.

This is an optional argument.