LABEL and GOTO
Translation reference to convert LABEL AND GOTO in SQL Server
Description
Snowflake SQL does not support GOTO LABEL statements. Currently, LABELS are commented and warning is added for all the occurrences.
Sample Source Patterns
The following examples details the BEGIN and COMMIT transaction statements.
SQL Server
IN -> SqlServer_01.sql
Snowflake SQL
OUT -> SqlServer_01.sql
LABEL and GOTO statement outside routines (functions and procedures)
SQL Server
IN -> SqlServer_02.sql
Snowflake Scripting
OUT -> SqlServer_02.sql
Known Issues
No issues were found.
Related EWIs
SSC-EWI-TS0045: Labeled Statement is not supported in Snowflake Scripting.
SSC-EWI-0073: Pending Functional Equivalence Review.
Last updated