AW: [HACKERS] distinct. Is this the correct behaviour?

From: Zeugswetter Andreas IZ5 <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: AW: [HACKERS] distinct. Is this the correct behaviour?
Date: 1999-10-21 14:48:38
Message-ID: 219F68D65015D011A8E000006F8590C60339E14C@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> select distinct f1 from t1 order by f2;
>
> Returned the following message under Oracle8 on NT:
> ORA-01791: not a SELECTed expression

Informix: 309: ORDER BY column (f2) must be in SELECT list.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Mount 1999-10-21 15:04:20 GPL vs BSD licencing - a new twist
Previous Message Paul Becker 1999-10-21 14:06:16 RE: [DOCS] Re: [HACKERS] Outline for PostgreSQL book