Supported SQL Statements - Parallel Transporter

Teradata Parallel Transporter Reference

Product
Parallel Transporter
Release Number
16.10
Published
July 2017
Language
English (United States)
Last Update
2018-06-28
dita:mapPath
egk1499705348414.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2436
lifecycle
previous
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 Teradata 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.