Re: PostgreSQL Outer Joins

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: PostgreSQL Outer Joins
Дата
Msg-id m3g06i52cm.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на PostgreSQL Outer Joins  ("Campano, Troy" <Troy.Campano@LibertyMutual.com>)
Список pgsql-general
"Campano, Troy" <Troy.Campano@LibertyMutual.com> writes:

> Does PostgreSQL 7.1.3 support outer joins; or do you still need to use
> subqueries?

Yes, it supports outer joins.

> If it does support outer joins, does anyone know the syntax?

Same syntax as the SQL standard I think (as opposed to Oracle's which
is nonstandard).  See the docs:

http://www.us.postgresql.org/users-lounge/docs/#7.1

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: wsheldah@lexmark.com
Дата:
Сообщение: Re: PostgreSQL Outer Joins
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problem with select after updating