SSC-EWI-TD0077
RESET WHEN clause is not supported in this scenario due to its condition
Some parts in the output code are omitted for clarity reasons.
Severity
Medium
Description
SnowConvert currently only supports RESET WHEN
clauses with binary conditions (<=, >= or =). Any other type of condition, such as IS NOT NULL
, the RESET WHEN
clause will be removed and an error message will be added since it is not supported in Snowflake.
This error message also appears when the RESET WHEN
condition references an expression whose definition was not found by the migration tool. Currently, the tool supports the alias references to a column that was defined in the same query.
Example Code
Condition is not binary
Input Code:
IN -> Teradata_01.sql
Output Code
OUT -> Teradata_01.sql
Condition expression was not found
Input Code:
IN -> Teradata_02.sql
Output Code
OUT -> Teradata_02.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated