Описание тега connect-by

A hierarchical query clause in Oracle.

CONNECT BY is a hierarchical query clause used in oracle. It specifies the relationship between the parent and child rows in the hierarchy.

Questions tagged connect-by should usually also be tagged oracle.

Further Reading: