mysql 查询存在一个表而不存在另一个表的数据

 
 select * from  B where (select count(1) as num from A where A.ID = B.ID) = 0

 

posted @ 2017-08-30 09:17  Timesyys  阅读(622)  评论(0编辑  收藏  举报