Re: FULL JOIN is only supported with merge-joinable join conditions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FULL JOIN is only supported with merge-joinable join conditions
Дата
Msg-id 8601.1262838211@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FULL JOIN is only supported with merge-joinable join conditions  ("hx.li" <fly2nn@126.com>)
Список pgsql-general
"hx.li" <fly2nn@126.com> writes:
> If we could consider it is equivalent transformation as follow?

> select * from t_1 full outer join t_3 on t_1.a=1;
> and
> select * from t_1 full outer join t_3 on true where t_1.a=1;

Those are not equivalent.

            regards, tom lane

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

Предыдущее
От: "hx.li"
Дата:
Сообщение: Re: FULL JOIN is only supported with merge-joinable join conditions
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: How to call SETOF function?