Target Table Options - Teradata Database - Teradata Vantage NewSQL Engine

SQL Data Manipulation Language

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
fbo1512081269404.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™
table_name_1
Name of the base table, queue table, or derived table to be updated, or the name of a view through which the table is accessed.
If you specify a correlation name for table_name_1 in the FROM clause, then you must specify that correlation name for the updated table instead of table_name_1.
See Example: UPDATE Specifying a Correlation Name for the Updated Table in the FROM Clause.
correlation_name
An alias for table_name_1.
You cannot specify a correlation name for the table if the UPDATE statement includes the FROM clause.
Correlation names are also referred to as range variables.
The correlation_name option is a Teradata extension to the ANSI SQL:2011 standard.