Add one column to another

Поиск
Список
Период
Сортировка
От gvim
Тема Add one column to another
Дата
Msg-id 4E565A4E.9060400@gmail.com
обсуждение исходный текст
Ответы Re: Add one column to another  (Tony Capobianco <tcapobianco@prospectiv.com>)
Re: Add one column to another  ("David Johnston" <polobo@yahoo.com>)
Список pgsql-sql
I have to deal with a table which contains:

first_name
surname
email1
email2

... and I would like to create a view which combines both email columns thus:

first_name
surname
email

It looks simple but I can't think of an obvious query.

gvim


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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: new table with a select
Следующее
От: Tony Capobianco
Дата:
Сообщение: Re: Add one column to another