Re: COUNT DISTINCT?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: COUNT DISTINCT?
Date: 2002-07-30 22:52:34
Message-ID: 200207301552.34766.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Stephan,

> Would that be the same as:
> select count(distinct skip_date) from weekend_list
> where ...

Yeah, that would be what I was looking for.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bhuvan A 2002-07-31 04:30:23 Re: contrib/dblink suggestion
Previous Message Stephan Szabo 2002-07-30 21:45:16 Re: COUNT DISTINCT?