|
|
Archives of the TeradataForum
Message Posted: Thu, 29 Aug 2013 @ 12:22:36 GMT
Subj: | | Re: Macro vs Multi statement request in teradata |
|
From: | | Gorner, Tomas |
| Other difference is, in BT - ET you can have one DDL inside, when it is last one. but inside macro DDL statements are not allowed. | |
This is not exactly true, it goes like this:
explicit transaction: DDL must be the last statement of the transaction multi-statement request: DDL not allowed
macro: DDL allowed, if it is the only statement in the macro
| |