SELECT count(t.id) as "数量" FROM /m3event/devops/alerts_status t group by alertgroup order by 数量 desc /** output() **/ ;