MSCEWI4028
Labels inside user-defined function were removed
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This EWI is added when there are LABEL
and GOTO
usages in an user-defined function body. The statements will be removed because Snowflake does not support labels.
The labels content will be added instead of the GOTO
instances calling a label.
Code Example
Input Code:
Output Code:
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated