15.10 - WITH INSERT INTO save_table - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

Insert any row whose row partition number evaluates to a value outside the valid range into the table specified by save_table.

The keyword INTO is optional.

The WITH INSERT INTO save_table clause is sometimes referred to as a null partition handler. You cannot specify a null partition handler for a join index.

The save_table and the table being altered must be different tables with different names or they must be in different databases.