CONNECT BY clause
Description
The
CONNECT BY
clause specifies the relationship between rows in a hierarchy. You can useCONNECT BY
to select rows in a hierarchical order by joining the table to itself and processing the hierarchical data. (Redshift SQL Language Reference CONNECT BY Clause)
The CONNECT BY clause is supported in Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Related EWIs
There are no known issues.
Last updated