Hierarchical Queries

From: clemens schmuck <clemens(dot)schmuck(at)ins(dot)at>
To: pgsql-sql(at)postgresql(dot)org
Subject: Hierarchical Queries
Date: 2001-01-30 10:59:53
Message-ID: 5.0.0.25.2.20010130115636.00ad1e18@mailhost.ins.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi there,
in the database i'm currently trying to implement i make heavy use of self
joins and therefore i do often need to make hierarchical queries. oracle
offers the connect by clause to do this. how can i do this with, postgresql?

clemens

Browse pgsql-sql by date

  From Date Subject
Next Message David Richter 2001-01-30 12:14:49 PL/PGSQL function with parameters
Previous Message Franck Martin 2001-01-30 09:50:15 Re: BLOB HOWTO??