ORDER BY ????

Поиск
Список
Период
Сортировка
От Marcin Wasilewski
Тема ORDER BY ????
Дата
Msg-id 9b15oe$qr6$1@news.tpi.pl
обсуждение исходный текст
Ответы Re: ORDER BY ????
Список pgsql-hackers
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??

Best regards
Marcin





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

Предыдущее
От: "Rainer Mager"
Дата:
Сообщение: RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dump/restore of views containing select distinct fails