Re: old style outer joins

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: old style outer joins
Дата
Msg-id 43E72E95.4020900@archonet.com
обсуждение исходный текст
Ответ на old style outer joins  ("James Harper" <james.harper@bendigoit.com.au>)
Список pgsql-general
James Harper wrote:
> I think the answer is no, but can anyone tell me if postgresql supports
> the older (pre sql-92?) style outer join syntax, eg:
>
> SELECT *
> FROM a,b
> WHERE a.pk *= b.fk

I don't think that was ever part of the SQL standard - just an
Oracle-ism. And no, PG doesn't support it - sorry.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "James Harper"
Дата:
Сообщение: Re: old style outer joins
Следующее
От: "Daniel Verite"
Дата:
Сообщение: Re: Number format problem