RE: Resp: [SQL] Concatenation in selects

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: Resp: [SQL] Concatenation in selects
Дата
Msg-id F10BB1FAF801D111829B0060971D839F3E2D33@cpsmail
обсуждение исходный текст
Ответ на Resp: [SQL] Concatenation in selects  ("Fidelis Assis" <fidelis@embratel.com.br> (Tel +55 21 519 8408))
Ответы Resp: RE: Resp: [SQL] Concatenation in selects  ("Fidelis Assis" <fidelis@embratel.com.br> (Tel +55 21 519 8408))
Список pgsql-sql
>  select ltrim(first_name) || (' ' || ltrim(last_name)) as full_name
> from
> ...
>
> where "ltrim" is used only to convert both, first_time and
> last_time, to text. I wish I could convert among string types
> (bpchar, varchar and text) without any tricks, but it seems this
> is not implemented yet.
>
Ever tried the cast() function?
    -DEJ

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

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [SQL] rename table - primary key index?
Следующее
От: Leslie Mikesell
Дата:
Сообщение: Re: [SQL] Concatenation in selects