20210 在 2024/12/4 18:48:52 说到:  
  查询李海龙所教的班级中选修课程超过3门的学生姓名 

这条发言的回复:

发言人:2021014978 发言时间:2024/12/4 18:49:20 select * from student, course, sc where student.sno = sc.sno and sc.cno = course.cno and student.sno like '2009%' and sc.cno = '1' and grade>80 and sdept = '计算机系' and sex in ('男')

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