Re: SQL a simple menu - plz help

From: "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL a simple menu - plz help
Date: 2003-11-23 23:18:27
Message-ID: Xns943C99AC998CBrr8xca@200.46.204.72
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>> You're in need of the "CONNECT BY" option which is ideal for
>> scenarios such as yours. Unfortunately PostgreSQL doesn't have it
>> yet, but I believe there is a PLSQL script (or something like this)
>> which emulates the CONNECT BY behaviour and it's called "connectby()"
>> or something like that.
>
> Thanks...Ill look into that.

Here, this link should help:

Search PostgreSQL - Opera
http://www.postgresql.org/search.cgi?q=connectby

--
Randolf Richardson - rr(at)8x(dot)ca
Inter-Corporate Computer & Network Services, Inc.
Vancouver, British Columbia, Canada
http://www.8x.ca/

This message originated from within a secure, reliable,
high-performance network ... a Novell NetWare network.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message george young 2003-11-24 01:59:14 increment int value in subset of rows?
Previous Message Randolf Richardson, DevNet SysOp 29 2003-11-23 16:51:14 Re: SQL a simple menu - plz help