Re: We are not following the spec for HAVING without GROUP

John R Pierce <pierce@hogranch.com>

From: John R Pierce <pierce@hogranch.com>
To: pgsql-bugs@postgresql.org
Cc: pgsql-hackers@postgresql.org
Date: 2005-03-11T00:32:53Z
Lists: pgsql-bugs, pgsql-hackers
>>select 1 from tab having 1=1;
>>
> 
> returns 2 rows

I'm curious whats in those two rows... {{1} {1}}  ?