Re: Subselects, the Oracle way

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Subselects, the Oracle way
Дата
Msg-id 8294.992895326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Subselects, the Oracle way  ("Svenne Krap" <svenne@krap.dk>)
Список pgsql-sql
"Svenne Krap" <svenne@krap.dk> writes:
> Is there any way to mimic the oracle way of subselect, especially 
> constructs like 
> select * from (select col1 as x, col2, col6 from t1 union select col2 
> as x, col6, col2 from t2) y order by y.x

That should work fine in 7.1 ...
        regards, tom lane


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

Предыдущее
От: Stef Telford
Дата:
Сообщение: Referential Integrity Question (Delete/Insert during Transaction)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Subselects, the Oracle way