sql中的union,except及intersect,unionintersect
1.union:
使用union:组合两个结果表,消除重复的记录。
使用union all:组合两个结果表(重复不去重)。
2.except:
使用except:在table1中但不在table2中的行,同时消除重复行。
使用except all:不消除重复行。
3.intersect:
获取两个结果集的并集。
版权声明:本文为博主原创文章,未经博主允许不得转载。
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。