Re: Query problem

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Rado Petrik <r(dot)p(at)szm(dot)sk>
Cc: PostgreSQL-mailinglist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Query problem
Date: 2003-08-19 15:50:07
Message-ID: 20030819155007.GB18374@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Aug 19, 2003 at 15:02:24 +0200,
Rado Petrik <r(dot)p(at)szm(dot)sk> wrote:
>
> In programing language output =
>
> id(1..3) {
> $output = ( bit | $output );
> }
>
> How write query ? . Thanks

You probably want to write a custom aggregate function to do this.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2003-08-20 00:12:10 Re: Inheritance or no inheritance, there is a question
Previous Message Richard Huxton 2003-08-19 14:21:05 Re: Query problem