Re: Union on view and..

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Union on view and..
Дата
Msg-id Pine.BSF.4.21.0103142106490.8324-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Union on view and..  ("Jae-Woong Hwnag" <jaewh@email.com>)
Список pgsql-hackers
If you're willing to wait or use the betas, 7.1 
should probably do both of these.  (Won't 
quite make toast though).

[Although I believe the second'll be something
like: select * from (select * from table) alias;]

On Wed, 14 Mar 2001, Jae-Woong Hwnag wrote:

> Hi, all,
> 
> Could somebody tell me if there is a work around to 
> create "union on view" (which seems not implemented
> in the postgres yet) ?
> 
> Also, is there any alternative query that can do:
> 
> select * from (select * from table);
> 
> I could not find an answer from the old archieve,
> and sorry if this has been answered previously.
> (I am new here :)



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

Предыдущее
От: "Jae-Woong Hwnag"
Дата:
Сообщение: Union on view and..
Следующее
От: "Ken Hirsch"
Дата:
Сообщение: Re: rtrim giving weird result