DECLARE CONDITION HANDLER
Translation reference to convert Teradata DECLARE CONDITION handler to Snowflake Scripting
Description
Assign a name to an SQLSTATE code, or declare a user-defined condition.
For more information regarding the Teradata DECLARE CONDITION handler, check here.
Sample Source Patterns
DECLARE CONDITION
Teradata
IN -> Teradata_01.sql
Snowflake Scripting
OUT -> Teradata_02.sql
Known Issues
DECLARE CONDITION FOR SQLSTATE
The support of declaring conditions for SQLSTATE values is not currently supported by Snowflake Scripting.
Teradata
IN -> Teradata_02.sql
Snowflake Scripting
OUT -> Teradata_02.sql
Related EWIS
SSC-EWI-0058: Functionality is not currently supported by Snowflake Scripting.
Last updated