RAISE
Translation reference for the RAISE STATEMENT
Description
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.(Oracle PL/SQL Language Reference Raise Statement)
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 MSCEWI3111 error information.
Snowflake Scripting has support for this statement.
Sample Source Patterns
Simple exception throw
Oracle
IN -> Oracle_01.sql
Snowflake Scripting
OUT -> Oracle_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated