Syntax - Parallel Data Pump

Teradata Parallel Data Pump Reference

Product
Parallel Data Pump
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-22
dita:mapPath
tqa1488824663174.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3021
lifecycle
previous
Product Category
Teradata Tools and Utilities


where the following is true:

tname
Table that is to receive rows created from input data records
If the table is not explicitly qualified by database name, the default database qualifies it.
cname
Column of the specified table that is to receive the value from a field of matching input records, where the value is identified by the corresponding entry in the fieldname list
fieldname
Field of an input record, whose value is given to a column of the specified table that is identified by the corresponding entry in the cname clause in this statement
If this statement did not specify a cname, the object’s CREATE statement provides the corresponding column identifier. This assumes that all columns from the table correspond to those specified in the original CREATE statement.
expression
Alternative to the fieldname clause, an expression that includes one or more actual fieldnames as terms may instead be used