One query for two information... - Mailing list pgsql-sql

From Ed
Subject One query for two information...
Date
Msg-id 001d01bfa942$13d93180$b48c29d1@citenet.net
Whole thread Raw
List pgsql-sql
Hi,

I have a table containing only a bool filed.  I would like to know how many
records there is an on many ar true.

Is there something I could do to get both answer in only one query...   like
:

select count(*), sum(bool_col) from tablename

but there is no sum(bool) function that would add 1 if it's true and 0 if
it's false... ;(

Any idea?

Frédéric Boucher
dziablo@lords.com




pgsql-sql by date:

Previous
From:
Date:
Subject: Re: DELETE FROM tableA WHERE NOT IN tableB ...
Next
From: Michael Ansley
Date:
Subject: RE: DELETE FROM tableA WHERE NOT IN tableB ...