Last updated
Last updated
Some parts in the output code are omitted for clarity reasons.
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.
Translation reference to convert Teradata EXCEPTION HANDLERS clause to Snowflake Scripting