Hi
D. Dante Lorenso wrote:
> I have a simple table that I'd like to query to pull> out a heirarchy from a tree relationship. What is the> best way to do this without a 'CONNECT BY' clause like> Oracle has?
use connect_by from contrib.
C.