CONTINUE
Description
When the CONTINUE conditions are true, the loop can continue the execution, when is false stop the loop. (Redshift SQL Language Reference Conditionals: CONTINUE).
CONTINUE are partial supported by Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Known Issues
There are no known issues.
Related EWIs.
There are no related EWIs.
Last updated