Re: Join Question

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Join Question
Дата
Msg-id 1154547596.7882.63.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Join Question  ("Chris Hoover" <revoohc@gmail.com>)
Список pgsql-general
On Wed, 2006-08-02 at 14:32, Chris Hoover wrote:
> Question,
>
> What is the difference between left join, and left outer join?
>
> I know the difference between inner and outer joins, but I was
> thinking that left join == inner join.  But from what I am now seeing,
> it appears that PG is equating left join to left outer join.  Is this
> correct?

A left or right join IS an outer join, as is a full join.

the outer is just syntactic sugar.

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

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: Join Question
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Best Procedural Language?