302groupby.mql 138 B

1234567891011121314
  1. SELECT
  2. count(t.id) as "数量"
  3. FROM
  4. /m3event/devops/alerts_status t group by alertgroup order by 数量 desc
  5. /**
  6. output()
  7. **/
  8. ;