Re: How to navigate tree without CONNECT BY?

From: CoL <col(at)mportal(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to navigate tree without CONNECT BY?
Date: 2003-12-19 10:17:44
Message-ID: bruj77$j6l$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Csaba Nagy 2003-12-19 10:22:35 Re: [GENERAL] CASE in where statement. BUG ??
Previous Message Marek Lewczuk 2003-12-19 09:59:43 Re: [GENERAL] CASE in where statement. BUG ??