sql except 用法,找两个表中非共同拥有的

;with tt as (select a.id as id from [dbo].[1234] a where a.id not in (select a.ProtocolID from ProtocolInfo a where InfoUpdateTime>'2015-06-19 14:49:00.307'))


--select 25735+99352
--25735
select cc.DebetType,cc.UpdateTime,cc.InfoAddTime,* from ProtocolInfo cc where ProtocolID in (
select aa.ProtocolID from ProtocolInfo aa where aa.InfoUpdateTime<='2015-06-19 14:49:00.307'
except
select tt.id from tt
)

 

 

EXCEPT是指在第一个集合中存在,但是不存在于第二个集合中的数据。

INTERSECT是指在两个集合中都存在的数据。

转载于:https://www.cnblogs.com/yangjinwang/p/4598284.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值