ExistValue JSON Method | Teradata Vantage - ExistValue - Advanced SQL Engine - Teradata Database

JSON Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
gzn1554761068186.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1150
lifecycle
previous
Product Category
Teradata Vantageā„¢

The ExistValue method determines if a name represented by a JSONPath-formatted string exists in a JSON instance.

ExistValue determines if the name specified by JSONPath_expr exists in the JSON instance specified by JSON_expr.

Condition Return Value
JSON_expr is null. NULL
Name specified by JSONPath_expr found one or more times in JSON instance. 1
Name specified by JSONPath_expr not found in JSON instance. 0