"Skurkis" <skurkis (AT) comcast (DOT) net> wrote
Quote:
Does anyone know of a good documentation source for building tree structures
in Developer 6i? I'm able to build the high level node, but I can not seem
to build any lower. I'm not sure if I'm building the query incorrectly or I
need to build addition data elements in the other tables I'm attempting to
access. |
Skuris, your post is not very specific. Without some code or a
description of the problem you are having how do you expect anyone to
provide useful assistance.
Look in the SQL manual at the Connect By clause and examples. Until
version 9 Oracle did not support using a join with a connect by
clause.
HTH -- Mark D Powell --