Re: COUNT(Distinct city) HELP!!! - Mailing list pgsql-hackers

From mlw
Subject Re: COUNT(Distinct city) HELP!!!
Date
Msg-id 3A47D6E7.E85FACDE@mohawksoft.com
Whole thread Raw
In response to COUNT(Distinct city) HELP!!!  ("Abe" <abe@fish.tm>)
List pgsql-hackers
Abe wrote:
> 
>    Part 1.1    Type: Plain Text (text/plain)
>            Encoding: quoted-printable

Try this:
select count(distinct (city) ) from ct
-- 
http://www.mohawksoft.com


pgsql-hackers by date:

Previous
From: "Abe"
Date:
Subject: COUNT(Distinct city) HELP!!!
Next
From: mlw
Date:
Subject: Re: Upper limit on number of buffers?