Re: ALL() question - Mailing list pgsql-sql

From Julien Cigar
Subject Re: ALL() question
Date
Msg-id 1195055452.3190.23.camel@frodon.be-bif.ulb.ac.be
Whole thread Raw
In response to Re: ALL() question  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-sql
Thanks :) it works as expected 

Julien

On Wed, 2007-11-14 at 14:31 +0100, hubert depesz lubaczewski wrote:
> On Wed, Nov 14, 2007 at 02:39:02PM +0100, Julien Cigar wrote:
> > With the following I got a syntax error:
> > select specimen_id 
> > from specimen_test_bits 
> > where test_bit_id = all(1,2,3,4);
> 
> where test_bit_id in (1,2,3,4)
> group by specimen_id
> having count(distinct test_bit_id) = 4;
> 
> depesz
> 



pgsql-sql by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: ALL() question
Next
From: "Philippe Lang"
Date:
Subject: Re: Temporal databases