CASE

From: "c k" <shreeseva(dot)learning(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: CASE
Date: 2008-08-19 10:55:52
Message-ID: d8e7a1e30808190355lf822e66q3a573a0951f7f626@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any control structure statement similar to select case ... ? If yes
how to use it. I have tried to use, case when <expression> then <expression>
end, but not worked well as I want to use other control structures and sql
statements to be executed for each case.

Please reply.
Thanks
CPK.

Responses

  • Re: CASE at 2008-08-19 11:01:30 from Pavel Stehule
  • Re: CASE at 2008-08-19 11:47:44 from Bill Moran

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2008-08-19 11:01:30 Re: CASE
Previous Message Ivan Sergio Borgonovo 2008-08-19 10:28:18 Re: NOT DEFERRABLE as default, why and how to manage it.