daixinet

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

方法:

1、not In

2、Left join

3、

select * 
from tmptable1
where (select count(1) from tmptable2 where tmptable1.agentid = tmptable2.agentid and tmptable1.phone = tmptable2.phone)=0

 

posted on 2013-06-27 13:23  daixinet.com  阅读(1411)  评论(0编辑  收藏  举报