Supported SQL Statements - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Enterprise
VMware
Lake
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2025-04-02
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
Product Category
Teradata Tools and Utilities
The DDL operator supports every SQL statement except statements that:
  • Return data to the operator, such as the SELECT, HELP, and SHOW statements.

    The CREATE REPLICATION GROUP statement is supported. The user needs the group id and/or the token after a replication group is created.

    The INSERT…SELECT statement is supported. It returns the total number of rows being inserted in the table.

  • Require the operator to send data back to the database.

Because standalone operators do not send data to or retrieve data from data streams, the DDL operator does not support the USING clause with the INSERT, UPDATE, and DELETE DML SQL statements.

The Stream operator and the Update operator automatically employ the USING clause where needed.

All data values used by the SQL statement used by the DDL operator must be hard-coded into the submitted SQL statements.