这里着重介绍Not Exists(Exists用法类似),Not Exists 不存在用法:Select * from TableA a where Not Exists (Select * from TableB b where a.id=b.id and ...
確定! 回上一頁