当b表数量比a大很多时,只是查询存在问题可以用exists进行优化。
如:
select * from a where a.k exists (select 1 from b where a.k=b.k)