Re: [SQL] combining columns in select

From: Jens Glaser <jens(at)helena(dot)jens(dot)de>
To: Doug Thistlethwaite <doug(dot)t(at)deltanet(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [SQL] combining columns in select
Date: 1999-10-01 21:20:31
Message-ID: Pine.LNX.4.05.9910012118510.217-100000@helena.jens.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

On Sat, 2 Oct 1999, Doug Thistlethwaite wrote:
> select lname + ', ' + fname as NAME from table ...

I think this is a parser bug. I recall there is a simple workaround:

select (lname + ', ') + fname ... (use braces)

regards,

--
Jens Glaser Am Holderstrauch 13, 36041 Fulda, 0661/9429507 jens(at)jens(dot)de

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-10-01 21:42:28 Re: [SQL] Questions about vacuum analyze
Previous Message Bruce Momjian 1999-10-01 20:14:17 Re: [SQL] Questions about vacuum analyze