EXCEPTION HANDLERS
Translation reference to convert Teradata EXCEPTION HANDLERS clause to Snowflake Scripting
Last updated
Translation reference to convert Teradata EXCEPTION HANDLERS clause to Snowflake Scripting
Last updated
Teradata's single and multiple Exception Handlers are replaced by its equivalent handlers in Snowflake Scripting.
For more information regarding Teradata EXCEPTION HANDLERS, check .
Handlers for SQLSTATE, SQLWARNING, and NOT FOUND are not supported
A 'CONTINUE' handler in Teradata allows the execution to be resumed after executing a statement with errors. This is not supported by the exception blocks in Snowflake Scripting.
: Functionality is not currently supported by Snowflake Scripting.
: Not supported SQL Exception on continue handler.