not (不) exists (存在) select * from a where not exists (select 1 from b where b.id = a.id) exists 子查询和in 子查询的区别之一就在于不直接 ...
確定! 回上一頁