Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs

From: ZEUGSWETTER Andreas IZ5 <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Date: 1999-05-19 11:36:26
Message-ID: 219F68D65015D011A8E000006F8590C60267B36A@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I still am unclear which of these are valid SQL:
>
> select a as b from test order by a
> select a as b from test order by b
>
Both are valid, and don't forget the third variant:

> select a as b from test order by 1
>
Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-05-19 11:52:16 PyGreSQL 2.4
Previous Message Hiroshi Inoue 1999-05-19 10:10:30 RE: [HACKERS] Current TODO list