Re: Retrieving 'Credit' when 'C' - Mailing list pgsql-sql

From Ezequias Rodrigues da Rocha
Subject Re: Retrieving 'Credit' when 'C'
Date
Msg-id 55c095e90702160409m7bc87311q60fa92643ef2afe5@mail.gmail.com
Whole thread Raw
In response to Re: Retrieving 'Credit' when 'C'  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
List pgsql-sql
Perfect,

I learn this lesson now. This case is quite good.

My Best Regards
Ezequias

2007/2/15, Phillip Smith < phillip.smith@weatherbeeta.com.au>:

SELECT      when,

CASE WHEN type = 'C' THEN 'Credit' END AS type

FROM        mytable;

 

Assuming your column names are actually "when" and "type" you should just have to change "mytable" to the correct table name and run in psql or the SQL Window of pgAdmin or wherever you usually run your SQL queries to get what you want.

 

 

-----Original Message-----
From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org] On Behalf Of Ezequias Rodrigues da Rocha
Sent:
Friday, 16 February 2007 03:45
To: Ezequias Rodrigues da Rocha; pgsql-sql@postgresql.org
Subject: Re: [SQL] Retrieving 'Credit' when 'C'

 

Just a question, where to put it ? I didn't notice yet.


*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to the addressee. If you are not the addressee indicated in this message or responsible for delivery of the message to such person, you may not copy or deliver this message to anyone, and you should destroy it and kindly notify the sender by reply email.

Information in this message that does not relate to the official business of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta. Weatherbeeta, its employees, contractors or associates shall not be liable for direct, indirect or consequential loss arising from transmission of this message or any attachments




--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                                  Atenciosamente (Sincerely)
                        Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

pgsql-sql by date:

Previous
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: There is a different cast than ::MyOtherType() ?
Next
From: Achilleas Mantzios
Date:
Subject: Re: can someone explain confusing array indexing nomenclature