ALL - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

The base global temporary table definition and all its materialized instances are to be dropped when they are not being accessed by any other transactions.

ALL is not valid when specified for any database object other than a global temporary table.

ALL is not valid when specified with the TEMPORARY keyword.

Take care in using this option because the time required for all open transactions accessing this object to commit might be significant.

If you do not specify ALL and if the global temporary table is materialized in any other session, Vantage aborts the request.