Concatenation in selects

Поиск
Список
Период
Сортировка
От James Olin Oden
Тема Concatenation in selects
Дата
Msg-id 81Sep2.081317edt.35713@gateway.lee.k12.nc.us
обсуждение исходный текст
Ответы Resp: [SQL] Concatenation in selects  ("Fidelis Assis" <fidelis@embratel.com.br> (Tel +55 21 519 8408))
Список pgsql-sql
I know it can be done, but I cannot seem to figure out how to output to
fields concatenated together in a select.  For instance, I have a table
with first_name and last_name as fields (among others).  I would like
display first_name and last_name as one field.  I want to do something
like:

   name=first_name + " " + last_name

but of course within an SQL select statement.  Thanks...james





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

Предыдущее
От: Ronnie Doggart
Дата:
Сообщение: Forming Query
Следующее
От: James Olin Oden
Дата:
Сообщение: Re: [SQL] Concatenation in selects