2020-03-27
阅读量:
2119
查询计算机成绩低于95的学生信息
select *
from student
where id in(select stu_id from score where c_name in ('计算机','英语') group by stu_id having count(stu_id)=2);






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论