Re: Counting Distinct Records

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Counting Distinct Records
Дата
Msg-id 20041116141911.K84773@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: Counting Distinct Records  (Thomas F.O'Connell <tfo@sitening.com>)
Ответы Re: Counting Distinct Records
Список pgsql-sql
On Tue, 16 Nov 2004, Thomas F.O'Connell wrote:

> Is there another way to accomplish what the former is doing, then?

The only thing I can think of is a subselect in from that uses distinct.select count(*) from (select distinct ...) foo

That also theoretically allows you to use select distinct * inside the
subselect.


В списке pgsql-sql по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Move table between schemas
Следующее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Counting Distinct Records