TD_DBQLParam | SQL Operators & User-Defined Functions | Teradata Vantage - TD_DBQLParam - Analytics Database - Teradata Vantage

SQL Operators and User-Defined Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
xub1628111590556.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
drp1544241916620
lifecycle
latest
Product Category
Teradata Vantage™

Converts BLOB data into a CLOB of JSON format document with 1 to M mapping to each row in DBC.DBQLParamTbl.

TD_DBQLParam is an embedded services system function.

Result Type

TD_DBQLParam returns a JSON type document for each data parcel in the supplied BLOB data. If, for example, a request had 1 using row, the resulting number of JSON documents would be 1+1. If a request had n using rows, there would be n +1 JSON documents.

ANSI Compliance

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

Syntax

[TD_SYSFNLIB.] TD_DBQLParam (DBC.DBLParamTbl.QueryID, DBC.DBQLParamTbl.paraminfo)

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
DBC.DBLParamTbl.QueryID
The QueryID column in the following table: DBC.DBQLParamTbl.
DBC.DBQLParamTbl.paraminfo
The BLOB column in the following table: DBC.DBQLParamTbl.