SSC-EWI-TD0083
Not able to transform two or more complex Select clauses at a time
Some parts in the output code are omitted for clarity reasons.
Severity
Medium
Description
SnowConvert is not able to transform two or more complex SELECT clauses, as it is necessary to map them to a CTE or composite FROM clause, which causes the mapped code to not compile or enter into a logical cycle.
What do we consider a SELECT complex clause?
Those that required to be mapped to a CTE or composite FROM clause such as NORMALIZE, EXPAND ON, or RESET WHEN.
Example Code
Input Code:
IN -> Teradata_01.sql
Output Code
OUT -> Teradata_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated