标签:style ext color width int rgb
熟练使用SQL Server中的各种用法会给查询带来很多方便。今天就介绍一下EXCEPT和INTERSECT。注意此语法仅在SQL Server 2005及以上版本支持。
EXCEPT是指在第一个集合中存在,但是不存在于第二个集合中的数据。
INTERSECT是指在两个集合中都存在的数据。
之间的优先级是EXCEPT 低于INTERSECT
SQL Server 中关于EXCEPT和INTERSECT的用法,布布扣,bubuko.com
SQL Server 中关于EXCEPT和INTERSECT的用法
标签:style ext color width int rgb
原文地址:http://www.cnblogs.com/rongfengliang/p/3706058.html