From: | mlw <markw(at)mohawksoft(dot)com> |
---|---|
To: | Abe <abe(at)fish(dot)tm> |
Cc: | Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: COUNT(Distinct city) HELP!!! |
Date: | 2000-12-26 02:39:47 |
Message-ID: | 3A4804F3.F61D0C48@mohawksoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Abe wrote:
>
> Hey there,
>
> Just tried that - No luck - I am using version 6.5.0 - Maybe its just not
> available in this version.
> Any alternatives ?
I have tried this on version 7.02. I assume 6.5 did not support it.
>
> Thanks Guys,
> Abe
> ----- Original Message -----
> From: "mlw" <markw(at)mohawksoft(dot)com>
> To: "Abe" <abe(at)fish(dot)tm>; "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
> Sent: Monday, December 25, 2000 11:23 PM
> Subject: Re: COUNT(Distinct city) HELP!!!
>
> > 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
> >
From | Date | Subject | |
---|---|---|---|
Next Message | Abe | 2000-12-26 02:41:56 | Re: COUNT(Distinct city) HELP!!! |
Previous Message | GH | 2000-12-26 02:08:24 | Re: COUNT(Distinct city) HELP!!! |
From | Date | Subject | |
---|---|---|---|
Next Message | Abe | 2000-12-26 02:41:56 | Re: COUNT(Distinct city) HELP!!! |
Previous Message | GH | 2000-12-26 02:08:24 | Re: COUNT(Distinct city) HELP!!! |