feiyuhuo

逻辑相对复杂,但是速度最快:

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

 

分类:

技术点:

相关文章: