TEST Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
TEST { 
  async_statement_identifier |
  :async_statement_identifier_variable_name
} COMPLETION

Syntax Elements

async_statement_identifier
A case-sensitive, application-supplied identifier for an asynchronously run SQL statement assigned by the ASYNC modifier.
Each asynchronous statement identifier can be no more than 30 characters in length and must be unique across all active connections.
:async_statement_identifier_variable_name
the name of a host variable that contains an asynchronous statement identifier.
The identifier must be a fixed or varying length character string no more than 30 characters long.
The preceding colon is required.