Re: count( only if true)

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: count( only if true)
Дата
Msg-id 20051012192024.GA6967@webserv.wug-glas.de
обсуждение исходный текст
Ответ на count( only if true)  (peter pilsl <pilsl@goldfisch.at>)
Список pgsql-general
am  12.10.2005, um 20:42:02 +0200 mailte peter pilsl folgendes:
>
> the count-aggreate counts every expression that does not evaluate to null.
>
> I would like to have a count that counts all values that are true.
>
> Do I really need to make a count( case when expression then 't' else null)
> to implement this?

count(*) from foo where bar = '...';

Regards, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

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

Предыдущее
От: peter pilsl
Дата:
Сообщение: count( only if true)
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: count( only if true)