select EVENT_ID,COUNT(*),SEQUENCE_NBR from ALERTS WHERE ACKNOWLEDGED = 0 and SRC_EXT=\'7878\' group by EVENT_ID order by COUNT(*) desc;
Running t