Re: [HACKERS] 6.4 Aggregate Bug and HAVING problems...

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'Vadim Mikheev'" <vadim(at)krs(dot)ru>
Cc: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] 6.4 Aggregate Bug and HAVING problems...
Date: 1998-09-08 07:40:30
Message-ID: 01BDDB0D.974A2B00@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>Also, could someone test is HAVING without aggregates
>disallowed or not:
>
>select a, min (b) from x group by a having a = 0;

allowed in Informix:
a (min)
No rows found.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-09-08 08:02:52 Problem with the constraints test and PRIMARY KEY on UnixWare 7.
Previous Message Billy G. Allie 1998-09-08 07:35:23 Re: [HACKERS] Macro From Hell