Easy SQL Question

Поиск
Список
Период
Сортировка
От Greg
Тема Easy SQL Question
Дата
Msg-id 000d01c68dfe$5b782d50$126887f0$@co.za
обсуждение исходный текст
Ответы Re: Easy SQL Question
Re: Easy SQL Question
Список 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 по дате отправления: