Re: amateur nite out

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: amateur nite out
Дата
Msg-id Pine.BSF.4.31.0101022004230.672-100000@thelab.hub.org
обсуждение исходный текст
Ответ на amateur nite out  ("D. Duccini" <duccini@backpack.com>)
Список 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 по дате отправления:

Предыдущее
От: Chris
Дата:
Сообщение: Re: ColdFusion sez this is valid SQL
Следующее
От: David Merrill
Дата:
Сообщение: Re: ColdFusion sez this is valid SQL