Re: ORDER BY ????

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: ORDER BY ????
Дата
Msg-id Pine.BSF.4.21.0104131613250.59463-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на ORDER BY ????  ("Marcin Wasilewski" <marcingrupy@poczta.onet.pl>)
Список pgsql-hackers
On Wed, 11 Apr 2001, Marcin Wasilewski wrote:

> hello everybody,
> Can you help me?
> 
> I have POSTGRESQL 7.0.3,
> I try to create simple view by typing.
> 
> create view "xx" as select "aa.yy", "bb.yy" from "yy" order by "bb.yy"
> 
> the problem is that parameter order is not implemented with create view.
> so how can I create such simple query??

You probably want the order by on the select queries on "xx".  I
believe order bys are only legal on cursor creation and direct select
statements.




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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Tag'd, packaged and ready to go ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump ordering problem (rc4)