DROP EXCEPTION
Drops a custom exception
Available in
DSQL, ESQL
Syntax
DROP EXCEPTION exception_name
Parameter | Description |
---|---|
exception_name |
Exception name |
The statement DROP EXCEPTION
is used to delete an exception.Any dependencies on the exception will cause the statement to fail, and the exception will not be deleted.