Auto Generated Key Retrieval - Teradata Preprocessor2

Teradata® Preprocessor2 for Embedded SQL Programmer Guide

Product
Teradata Preprocessor2
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
whb1544831946911.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2446
lifecycle
previous
Product Category
Teradata Tools and Utilities

With the Auto Generated Key Retrieval (AGKR) feature, a client application can retrieve an identity column value, or a whole row, from the database. To use the AGKR feature, include one of the following embedded SQL statements before using an INSERT statement.

To switch off the AGKR feature (this is the default):

EXEC SQL SET RETURNGENERATEDKEYS OFF

To return only the identity column value syntax:

EXEC SQL SET RETURNGENERATEDKEYS COLUMN

To return the entire row:

EXEC SQL SET RETURNGENERATEDKEYS ROW
The database does not support the use of the AGKR feature with UPSERT and MERGE-INTO.