摘要: use stu select cno,cname from course where not exists( select * from sc where sno = '201215121' and cno=course.cno ) select sname from student where s 阅读全文
posted @ 2025-04-18 09:49 嘉君 阅读(10) 评论(0) 推荐(0)