Re: Query problem - Mailing list pgsql-sql

From Bruno Wolff III
Subject Re: Query problem
Date
Msg-id 20030819155007.GB18374@wolff.to
Whole thread Raw
In response to Query problem  (Rado Petrik <r.p@szm.sk>)
List pgsql-sql
On Tue, Aug 19, 2003 at 15:02:24 +0200, Rado Petrik <r.p@szm.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.


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Query problem
Next
From: Josh Berkus
Date:
Subject: Re: Inheritance or no inheritance, there is a question