DECLARE CONTINUE HANDLER
Translation reference to convert Teradata DECLARE CONTINUE handler to Snowflake Scripting
Description
Handle completion conditions and exception conditions not severe enough to affect the flow of control.
For more information regarding the Teradata DECLARE CONTINUE handler, check here.
Sample Source Patterns
DECLARE CONTINUE HANDLER
Teradata
IN -> Teradata_01.sql
Snowflake Scripting
OUT -> Teradata_01.sql
Known Issues
DECLARE CONTINUE HANDLER FOR SQLSTATE
The support of declaring continue handlers for some SQLSTATE values is not currently supported by Snowflake Scripting.
Teradata
IN -> Teradata_02.sql
Snowflake Scripting
OUT -> Teradata_02.sql
Related EWIS
SSC-EWI-TD0004: Not supported SQL Exception on continue handler.
Last updated