Re: Doing a conditional aggregate (e.g. count(*) if x=y) in postgres? - Mailing list pgsql-sql

From Bryce Nesbitt
Subject Re: Doing a conditional aggregate (e.g. count(*) if x=y) in postgres?
Date
Msg-id 4648F536.80303@obviously.com
Whole thread Raw
In response to Re: Doing a conditional aggregate (e.g. count(*) if x=y) in postgres?  (Geoff Tolley <geoff@polimetrix.com>)
List pgsql-sql
Ah perfect.  I was struggling with CASE outside the SUM(), which was not
working.


pgsql-sql by date:

Previous
From: Geoff Tolley
Date:
Subject: Re: Doing a conditional aggregate (e.g. count(*) if x=y) in postgres?
Next
From: "Nemo Terry"
Date:
Subject: How to process inverted comma in "EXECUTE 'insert into xxx values(...)';"?