Re: amateur nite out - Mailing list pgsql-novice

From The Hermit Hacker
Subject Re: amateur nite out
Date
Msg-id Pine.BSF.4.31.0101022004230.672-100000@thelab.hub.org
Whole thread Raw
In response to amateur nite out  ("D. Duccini" <duccini@backpack.com>)
List pgsql-novice
On Tue, 2 Jan 2001, D. Duccini wrote:

>
> i think its time for afternoon coffee
>
> how do you select multiple columns but return them as a single column?
>
> ie, select lastname+', '+firstname as fullname from authors;
>
> of course it chokes on the + op

SELECT lastname || ', ' || firstname AS fullname FROM authors;



pgsql-novice by date:

Previous
From: Chris
Date:
Subject: Re: ColdFusion sez this is valid SQL
Next
From: David Merrill
Date:
Subject: Re: ColdFusion sez this is valid SQL