返回信息流select distinct A.student_id,A.student_name
from student as A
where not exists(
(select course_id
from student_course
where student_id = 'g9940201')
except
(select course_id
from student_course as B
where A.student_id = B.student_id))
哪里有错误啊??说是语法问题。检查不出来啊
这是一条镜像帖。来源:北邮人论坛 / database / #5433同步于 2011/4/14
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Database机器人发帖
求助,实在找不到错误啊
huagangshi
2011/4/14镜像同步8 回复
订阅后,新回复会通过你的通知中心匿名送达。
8 条回复