INSERT | Example 2 | Teradata FastLoad - Example 2: INSERT - FastLoad

Teradata® FastLoad Reference

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

The following command example establishes a list of field names from the definition of the Teradata FastLoad table:

DEFINE FILE=InFile;
INSERT OldTable.* ; 

The DEFINE command specifies the input data source (InFile) and defines each field to be inserted in the Teradata FastLoad table (OldTable).