Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

RAISE statement

Function

The RAISE statement causes a particular exception condition to be triggered.

Format


RAISE EXCEPTION exception-condition-name


Syntax rule

  1. exception-condition-name must be one of the names listed in table 45 in section "Exception conditions and exception statuses".

General rule

  1. The exception condition corresponding to exception-condition-name is triggered.