> 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.
- [GENERAL] limit based on count(*) Steve Clark
- Re: [GENERAL] limit based on count(*) Alban Hertroys
- Re: [GENERAL] limit based on count(*) Russell Keane
- Re: [GENERAL] limit based on count(*) Steve Clark
- Re: [GENERAL] limit based on count(*) Russell Keane