INSERT SELECT and Error Logging Tables - Analytics Database - Teradata Vantage

Temporal Table Support

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
2023-10-30
dita:mapPath
eud1628112402879.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
fif1472244754791
lifecycle
latest
Product Category
Teradata Vantage™

You can create an error logging table that you associate with a temporal table when you want Vantage to log information about insert errors that occur during an INSERT SELECT operation on the temporal table.

To create an error logging table, use the CREATE ERROR TABLE statement. Error logging tables are nontemporal tables. When you create an error logging table that you associate with a temporal table, the temporal columns in the temporal table are included in the error logging table as regular period data type columns.

If the temporal table uses derived period columns for the temporal columns, the corresponding columns in the error table will also be derived period columns.

To enable error logging for an INSERT SELECT statement, specify the LOGGING ERRORS option. The behavior of the error logging facilities for INSERT SELECT errors is the same for nontemporal and temporal tables.

For details on how to create an error logging table, see the CREATE ERROR TABLE statement in Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144. For details on how to specify error handling for the INSERT SELECT statement, see Teradata Vantage™ - SQL Data Manipulation Language, B035-1146.