15.10 - Example: Removing a Query Band From the Current Transaction - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

The following example removes the query band for the current transaction.

     SET QUERY_BAND = NONE FOR TRANSACTION;

The following request is equivalent.

     SET QUERY_BAND = '' FOR TRANSACTION;