特别是17题 做到这个题我有点迷糊
没啥毛病
select 姓名,等级 from(select * from 成绩表 where 课号='C04' )t1inner join (select * from 成绩表 where 课号='C02') t2 on t1.学号=t2.学号inner join 学生表 t3 on t1.学号=t3.学号