Re: sum(if command

From: CoL <col(at)mportal(dot)hu>
To: king <king_pepper99(at)hotmail(dot)com>
Subject: Re: sum(if command
Date: 2002-09-16 11:15:45
Message-ID: 3D85BD61.7080208@mportal.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mysql "case": http://www.mysql.com/doc/en/Control_flow_functions.html
postgres "case":
http://www.postgresql.org/idocs/index.php?functions-conditional.html

C.

king wrote:
> Hi,
>
> Does posgres support the equivalent to the mysql sum(if command in a SQL
> statement? I did not see reference to it in my readings.
>
> For example:
> SELECT STYLENO, SUM(IF(RECORDTYPE='5', TOTALQTY,0)) AS 'ONHAND'
> FROM WHOE314 WHERE SEASON='202' AND STYLENO NOT LIKE'S%'
> GROUP BY SEASON, STYLENO
>
>
> thanks
>
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2002-09-16 11:47:25 C-language example of using/returning numeric
Previous Message Wim 2002-09-16 08:45:34 Urgent problem: AllocSetFree: cannot find block containing chunk ...