看看着sql哪里错啦? --(4)查找出至少选修了两门的学生的学号和姓名。
useXSGLselectSno,SnamefromStudentxwhereCno<>ANY(selectCnofromScoreywherey.Sno=x.Sno)...
use XSGLselect Sno,Snamefrom Student x where Cno <> ANY (select Cno from Score y where y.Sno=x.Sno)
展开
展开全部
Student 表中没有cno字段
更多追问追答
追问
问题修改,看看这样行不?
use XSGL
select Sno,Sname
from Student x
where Sdept ANY
(select Sdept
from Score y
where y.Sno=x.Sno)
追答
看不懂你的写法
我的建议是
select x.sno,x.sname from student x,score y where x.sno=y.sno
group by x.sno,x.sname haveing count(*)>1
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询