方法:
1、not In
2、Left join
3、
select * from tmptable1where (select count(1) from tmptable2 where tmptable1.agentid = tmptable2.agentid and tmptable1.phone = tmptable2.phone)=0
本文共 173 字,大约阅读时间需要 1 分钟。
方法:
1、not In
2、Left join
3、
select * from tmptable1where (select count(1) from tmptable2 where tmptable1.agentid = tmptable2.agentid and tmptable1.phone = tmptable2.phone)=0
转载地址:http://dpevo.baihongyu.com/