SIGNAL Statement

Signals an exception condition.

Syntax

SIGNAL exception-name

Usage

SIGNAL lets you raise an exception.

Standards

  • SQL—ISO/ANSI SQL compliant.

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

Permissions

None

Related reference
BEGIN … END Statement
RESIGNAL Statement