Re: [SQL] DISTINCT and aggregates - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] DISTINCT and aggregates
Date
Msg-id 16397.948479890@sss.pgh.pa.us
Whole thread Raw
In response to DISTINCT and aggregates  (Brook Milligan <brook@biology.nmsu.edu>)
List pgsql-sql
Brook Milligan <brook@biology.nmsu.edu> writes:
> It seems (in 6.5.2) that one cannot execute queries like:
>    select count (distinct foo) from bar;

Right.  It's implemented for 7.0...
        regards, tom lane


pgsql-sql by date:

Previous
From: Tibor Laszlo
Date:
Subject: ...
Next
From: De Moudt Walter
Date:
Subject: Re: [SQL] SQL Things