Teradata Database Message 3932 - 3932 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
Only an ET or null statement is legal after a DDL Statement.
Explanation
A DDL statement was issued previously. By our current rules, the only time that a DDL statement can be issued inside an explicit transaction is when it is the last statement in that Transaction. In an explicit transaction, the only statements allowed after a DDL statement are an END TRANSACTION , an unconditional ABORT, or a NULL statement.
Generated By
RES modules.
For Whom
End User.
Notes
None
Remedy
Either do the DDL statement as a single statement transaction, or commit the containing transaction immediately after the DDL statement.