(select distinct sno
from sc
where cno='c1' or cno='c2')
except
(select distinct sno
from sc
where cno='c3')
各位高手有谁能指教一下有什么错误啊,sql server2000调试时说except附近有错误,急!(不能用not in等其他关键字代替except,呵呵,就是想知道究竟except错在哪了,麻烦了)