[HACKERS] Re: COUNT(Distinct city) HELP!!!

2000-12-25 Thread mlw
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" <[E

[HACKERS] Re: COUNT(Distinct city) HELP!!!

2000-12-25 Thread Abe
Hey there, Just tried that - No luck - I am using version 6.5.0 - Maybe its just not available in this version. Any alternatives ? Thanks Guys, Abe - Original Message - From: "mlw" <[EMAIL PROTECTED]> To: "Abe" <[EMAIL PROTECTED]>; "Hackers List" <[EMAIL PROTECTED]> Sent: Monday, Decembe

[HACKERS] Re: COUNT(Distinct city) HELP!!!

2000-12-25 Thread mlw
Abe wrote: > >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable Try this: select count(distinct (city) ) from ct -- http://www.mohawksoft.com