SIGNAL Statement

Signals an exception condition.

Syntax

SIGNAL exception-name

Usage

SIGNAL lets you raise an exception. See System Administration Guide: Volume 2 > Using Procedures and Batches for a description of how exceptions are handled.

Standards

  • SQL—ISO/ANSI SQL compliant.

  • Sybase—SIGNAL is not supported by Adaptive Server Enterprise.

Permissions

None

Related reference
BEGIN … END Statement
RESIGNAL Statement