Re: limit based on count(*) - Mailing list pgsql-general

From Steve Clark
Subject Re: limit based on count(*)
Date
Msg-id 51279A76.3050800@netwolves.com
Whole thread Raw
In response to Re: limit based on count(*)  (Russell Keane <Russell.Keane@inps.co.uk>)
List pgsql-general
On 02/22/2013 11:14 AM, Russell Keane wrote:
>
>
> > select serial_no, count(*) as "restarts" from event_log where event_mesg ilike 'system sta%' and event_date >
current_date- 7 
> > group by serial_no
>
> > having count(*) > X
>
> > order by restarts
>
> I think having is the better option.
>
Thanks all, didn't know about having - I am noobie with SQL.

--
Stephen Clark

pgsql-general by date:

Previous
From: Russell Keane
Date:
Subject: Re: limit based on count(*)
Next
From: Tom Lane
Date:
Subject: Re: Access a window's frame_end row from a window function