Re: [HACKERS] Re: Informix and OUTER join syntax

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Re: Informix and OUTER join syntax
Дата
Msg-id 387F3D4E.AE8A8CB4@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Informix and OUTER join syntax  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: [HACKERS] Re: Informix and OUTER join syntax  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
> And if I understand SQL92 correctly, if tab1, tab2, and tab3 only
> share col1 in common, then you can further simplify:
> SELECT *
> FROM tab1 NATURAL RIGHT JOIN (tab2 NATURAL RIGHT JOIN tab3)
> Is that right? ...and some
> might argue this is less clear than explicitly listing the column(s)
> to join on.

But this is "natural", right? ;)
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Copy from/to asymmetry
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] [hackers]development suggestion needed