SQL中exists和in的区别是什么?

如题所述

select * from table
where column in (xxxx)

满足条件的数据 会查询出来

select * from table
where exists(xxxxx)
满足不满足的 条件的数据都会出来
温馨提示:答案为网友推荐,仅供参考
相似回答