EXISTSNODE Syntax - Advanced SQL Engine - Teradata Database

XML Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
kxe1590704060061.ditamap
dita:ditavalPath
kxe1590704060061.ditaval
dita:id
B035-1140
lifecycle
previous
Product Category
Teradata Vantageā„¢
EXISTSNODE (
  [ filterExpr, ]
  query,
  nsmap
)

Syntax Element

filterExpr
An optional filter expression that allows for streamed evaluation of the query expression. filterExpr is required if the query is being evaluated over a large XML value.
filterExpr must be VARCHAR(n), where the maximum supported size (n) is 512.
query
The XPath or XQuery query string.
query must be VARCHAR(n), where the maximum supported size (n) is 8192.
nsmap
Namespace declarations.
nsmap must be VARCHAR(n), where the maximum supported size (n) is 1024.