TD_DBQLParam Output - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The following help statement provides detailed description of the function argument and output parameters.

help function TD_SYSFNLIB.TD_DBQLParam;
Column Data Type Description
QID DECIMAL(18,0) Input parameter QueryID from DBC.DBQLParamTbl.QueryID.
Data BLOB Input parameter BLOB data from DBC.DBQLParamTbl.ParamInfo.
QueryID DECIMAL(18,0) Output table column #1 (Foreign Key) System wide unique value to join DBQL tables.
RowNum INTEGER Output table column #2 Row number indicating the sequence of ParamInfo and Data Record JSON documents.
ParamJSON CLOB Output table column #3 Parameter and data rows in JSON format.