RAISE
Translation reference for the RAISE STATEMENT
Last updated
Translation reference for the RAISE STATEMENT
Last updated
The
RAISE
statement explicitly raises an exception.Outside an exception handler, you must specify the exception name. Inside an exception handler, if you omit the exception name, the
RAISE
statement reraises the current exception.()
The statement is fully supported by Snowflake Scripting, but please take into account that there might be some differences when having some Commit and Rollback Statement. For more information on this, please review the information.
Snowflake Scripting has support for this statement.
No issues were found.
No related EWIs.