mysql查询最大值,最小值,平均值,总和

select max(score) maxScore,min(score) minScore,avg(score) avgScore,sum(score) sumScore from exam_score

 

posted @ 2019-06-03 16:17  知识追求者  阅读(9053)  评论(0)    收藏  举报