JSON_DECOMPRESS Function | SQL Operators & User-Defined Functions | Vantage - JSON_DECOMPRESS - Advanced SQL Engine - Teradata Database

SQL Operators and User-Defined Functions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2023-04-27
dita:mapPath
fsi1592016213432.ditamap
dita:ditavalPath
fsi1592016213432.ditaval
dita:id
B035-1210
lifecycle
previous
Product Category
Teradata Vantage™

Uncompresses the JSON data previously compressed using the JSON_COMPRESS function.

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Syntax

[TD_SYSFNLIB.] JSON_DECOMPRESS ( compressed_JSON_data )
This function takes no arguments when used as part of the COMPRESS USING or DECOMPRESS USING phrases.

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
compressed_JSON_data
JSON data that was compressed using the JSON_COMPRESS function.