Easy SQL Question

Поиск
Список
Период
Сортировка
От Greg
Тема Easy SQL Question
Дата
Msg-id 000d01c68dfe$5b782d50$126887f0$@co.za
обсуждение исходный текст
Ответы Re: Easy SQL Question  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: Easy SQL Question  (Devrim GUNDUZ <devrim@commandprompt.com>)
Список pgsql-novice
I Was looking at the PgSQL documentation last night but could not find how
to join two fields as one,

i.e

select (firstname + lastname) as fullname from users

I also tried (Cast(firstname as varchar) + Cast(lastname as varchar))

But that doesn't work..
How do I do this?

Thanks



В списке pgsql-novice по дате отправления:

Предыдущее
От: "Greg"
Дата:
Сообщение: Question about stored procedures
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: Easy SQL Question