Multiple SELECT Statements - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
VMware
IntelliFlex
Lake
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
Product Category
Teradata Tools and Utilities

A single Export operator can read data from multiple tables if their schemas are the same.

For example, if Table1 and Table2 have the same schema, use the following SELECT statement in the attribute section of the Export operator definition:

VARCHAR SelectStmt='SELECT * FROM Table1;SELECT * FROM Table2'

If the job contains multiple SELECT statements and the job uses multiple instances of the Export operator, only the first instance of the Export operator logs on the special session(s). This is necessary to preserve the exported records in statement order.