VALUES Clause - 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™
expression
The non-default set of values to be inserted into table_name_2.
You must specify values or nulls for each column defined for the table named table_name_2 or the insert fails.
DEFAULT
DEFAULT (column_name)
The DEFAULT function should update the column with its default value in the position by which it is called in the expression list.
If you specify DEFAULT (column_name), then the DEFAULT function updates the default value for the column specified by column_name, and the position of the DEFAULT call in the expression list is ignored.
column_name
Column set into which the values specified by expression are to be inserted.
DEFAULT VALUES
A row consisting of default values is to be added to table_name.
If any column does not have a defined DEFAULT phrase, then the process inserts a null for that column.