15.10 - SIGNAL - 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

Keyword introducing the SIGNAL SQL procedure diagnostic statement. See SQL Stored Procedures and Embedded SQL, B035-1148 for details.

condition_name
Name of a variable declared to handle a condition within an SQL procedure.
See SQL Fundamentals, B035-1141 for the rules for naming database objects.
If condition_name specifies a condition that corresponds to an SQLSTATE value, the value of that SQLSTATE is assigned to RETURNED_SQLSTATE in the Condition Area.