Re: Modifying selected records

From: Ruzsinszky Attila <ruzsinszky(dot)attila(at)gmail(dot)com>
To: postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Modifying selected records
Date: 2009-09-02 19:38:44
Message-ID: f637dd860909021238g11cb5676gbf8c425a504c09bd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Why I can't use this:

SELECT sorszam, all_kod, nev, megall, erkezik_ido,
case when erkezik_ido=indul_ido then '-'
else erkezik_ido
end as "E:",
indul_ido, train_selector

TIA,
Ruzsi

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2009-09-02 20:01:31 Re: How should I end a transaction with possibly failed queries?
Previous Message Sergey Samokhin 2009-09-02 19:18:58 How should I end a transaction with possibly failed queries?