SSC-EWI-OR0101
Specific For Loop Clause Is Currently Not Supported By Snowflake Scripting
Severity
Low
Description
Oracle allows additional clauses to the FOR LOOP
condition. Like the BY, WHILE, and WHEN clauses. Both WHILE and WHEN clauses allow for an extra boolean expression as a condition. While the BY clause allows a stepped increment in the iteration. These additional clauses are not supported in Snowflake Scripting and are ignored during transformation.
Example Code
Input Code Oracle:
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
Recommendations
Separate the
FOR LOOP
into different loops or rewrite the condition.If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated