ORDER BY ????

From: "Marcin Wasilewski" <marcingrupy(at)poczta(dot)onet(dot)pl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ORDER BY ????
Date: 2001-04-11 08:50:45
Message-ID: 9b15oe$qr6$1@news.tpi.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message George Moga 2001-04-11 09:27:21 Re: problem with copy command
Previous Message Zeugswetter Andreas SB 2001-04-11 08:37:25 AW: AW: Truncation of char, varchar types