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