Re: sequencing two tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sequencing two tables
Дата
Msg-id 1794.1101696251@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sequencing two tables  (Shachar Shemesh <psqll@shemesh.biz>)
Список pgsql-general
Shachar Shemesh <psqll@shemesh.biz> writes:
> I thought about doing something like this:
> select |COALESCE(table1.field, table2.field) as field from table1 full
> outer join table2 on false

Perhaps you are looking for UNION ALL?  If not, I'm not sure what you
expect this query to mean.

            regards, tom lane

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