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 18:18:07
Message-ID: f637dd860909021118lbef39c5vb0e5590370299e07@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

('910_' || COUNT(query2.*)) as "train_count",
>From that part of SQL SELECT command how can I get
910_ if 910 comes from service.vonatszam?

TIA,
Ruzsi

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sergey Samokhin 2009-09-02 19:18:58 How should I end a transaction with possibly failed queries?
Previous Message Ruzsinszky Attila 2009-09-02 17:14:43 Re: Modifying selected records