摘要: 1.嵌套子查询 --查询最近一次oop考试没有参加考试的学生 select StudentName from Student where StudentNo not in( select StudentNo from Result where SubjectId=( select SubjectId 阅读全文
posted @ 2016-03-10 18:51 Monodrama 阅读(447) 评论(0) 推荐(0) 编辑