StorageSize JSON Method Syntax | Teradata Vantage - StorageSize Syntax - 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ā„¢
JSON_expr.StorageSize ( [ storage_format ] )

Syntax Elements

JSON_expr
An expression that evaluates to a JSON data type.
The JSON data can be stored in any of the supported storage formats.
storage_format
One of the following character strings, or an expression that evaluates to one of these string values:
  • 'LATIN_TEXT'
  • 'UNICODE_TEXT'
  • 'BSON'
  • 'UBJSON'
These string values are not case sensitive.
If you do not specify a storage format, the default format used by the method is the storage format of the input JSON data.