LABEL
Description
Labels are used in Redshift to qualify a block or to use the EXIT or END statement. Snowflake does not support labels.
Since labels are not supported in Snowflake, an EWI will be printed.
Grammar Syntax
[<<label>>]
BEGIN
...
END [label]Sample Source Patterns
Input Code:
Output Code:
Known Issues
There are no known issues.
Related EWIs
SSC-EWI-0094: Label declaration not supported
Last updated
