Re: oracle ambiguity, inline views

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: oracle ambiguity, inline views
Дата
Msg-id 17043.972007681@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-general
"Edmar Wiggers" <edmar@brasmap.com> writes:
> One other thing: will PostgreSQL support in-line views?
> Works like this:
> select a,b,c
> from table_a a, (select b2 from table_b2 join... where ...) b, table_c c
> where...

Yes, that's in there for 7.1.  I hadn't heard the phrase "in-line view"
before; I've been calling it "sub-SELECT in FROM".

> It's a feature only available in oracle8, I think.

It's in the SQL92 spec (and it looks like Oracle even used the
standard's syntax for it, praise be ;-)) so I would expect that a
fair number of DBMSs have support for it.

            regards, tom lane

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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: MySQL -> pgsql
Следующее
От: "Edmar Wiggers"
Дата:
Сообщение: RE: prefer (+) oracle notation. Let's use standard and that's it