Re: Add one column to another

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Add one column to another
Дата
Msg-id CAOR=d=2e7Z7XHyfCv-f0bo2M9c61uB2pkTTP-hbJ4qVJ6gg6Kw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add one column to another  ("Oliveiros d'Azevedo Cristina" <oliveiros.cristina@marktest.pt>)
Ответы Re: Add one column to another  (vipul shah <vipmshah@gmail.com>)
Список pgsql-sql
On Thu, Aug 25, 2011 at 8:52 AM, Oliveiros d'Azevedo Cristina
<oliveiros.cristina@marktest.pt> wrote:
> Something like this...?
>
> SELECT first_name,surname, email1 || ';' || email2
> FROM t_your_table;

If there's any nulls in email1 or email2 they'll need special handling
with coalesce.


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

Предыдущее
От: Tim Landscheidt
Дата:
Сообщение: Re: Add one column to another
Следующее
От: vipul shah
Дата:
Сообщение: Re: Add one column to another