301groupby.mql 140 B

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