可以的
比如 select name 名字,sum(record) 分数,avg(average) 平均数 from student group by name having sum(record) >xxxxxx and avg(average)>yyyyyyy..........