blob: 6a0cf42a503e625716d535a754c2e23c77032d5c [file] [log] [blame]
select end_state, count(*)
from sched
where end_state != 'D'
group by end_state