Select .. Having vs computer fields - Mailing list pgsql-general

From Francisco Reyes
Subject Select .. Having vs computer fields
Date
Msg-id 20011212124744.T40466-100000@zoraida.natserv.net
Whole thread Raw
Responses Re: Select .. Having vs computer fields
List pgsql-general
Can use use computed fields on the "having" part of select?
I have tried:
select a,b, count(*) as dups_count from some_table having dups_count > 1;

and it gives me the error "Attribute 'dups_count' not found"



pgsql-general by date:

Previous
From:
Date:
Subject: Re: shared library
Next
From: Javier Dussaillant
Date:
Subject: Re: Select .. Having vs computer fields