• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1select end_state, count(*)
2from sched
3where end_state = 'D'
4group by end_state
5