ERROR | CONNECT BY clause must reference a PRIOR |
CAUSE | A CONNECT BY clause did not include a predicate referencing a PRIOR so there was no condition connecting a parent row to its child row. |
ACTION | Add a reference to a PRIOR in the CONNECT BY clause. |
ERROR | CONNECT BY clause must reference a PRIOR |
CAUSE | A CONNECT BY clause did not include a predicate referencing a PRIOR so there was no condition connecting a parent row to its child row. |
ACTION | Add a reference to a PRIOR in the CONNECT BY clause. |