tdr.GetCustomKeyAt Function | R Table Operators | Teradata Vantage - tdr.GetCustomKeyAt - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Retrieves the key at the specified index.

Syntax

tdr.GetCustomKeyAt(index)
index
Parameter type: integer

The function will search for the key at this index.

Keys are indexed in the order that they appear in the query, starting at 0.

Return Value

A character string representing the key at the specified index.

If the function encounters an error, NULL is returned.