daixinet

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

2013年6月27日

摘要: 方法:1、not In2、Left join3、select * from tmptable1where (select count(1) from tmptable2 where tmptable1.agentid = tmptable2.agentid and tmptable1.phone = tmptable2.phone)=0 阅读全文
posted @ 2013-06-27 13:23 daixinet.com 阅读(1411) 评论(0) 推荐(0) 编辑