20210 在 2024/12/8 8:48:46 说到:  
  查询没有选过课人数最多的那个系的没选课同学的平均年龄(当前年为2010)

这条发言的回复:

发言人:2021014946 发言时间:2024/12/9 10:09:53 select avg(2010-year(csrq)) from student where sno not in(select sno from sc) and sdept in(select sdept from student where sno not in (select sno from sc) group by sdept having count(*)>= all (select count(*) from student where sno not in (select sno from sc) group by sdept))
发言人:2021014999 发言时间:2024/12/8 8:50:44 student.sno=sc.sno and sc.cno=course.cno and

版权所有:计算机应用研究所
Copyright (C)2016  All rights reserved.
TEL:-******** Email:yyh@zwu.edu.cn