SQL一般用case when then else end来写比较多,按你的要求,语句应该是:select caes when AVG(score) > 80 then '成绩优秀' else '成绩一般' end from score where SubjectID='S003'select top 2 * from 学员表