a表 连接b 如何判断b有没有这条对应的数据?如果没有 a该条也不显示, not exists 效率太低
select a.XX ax,b.XX bx from a left join b on a.XX=b.XX where b.xx is null