您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

Oracle中关于并集/交集/差集的运算

2024/12/16 2:00:09发布477次查看
1.并集的运算 select name from test1 union [all] select name from test2; 使用union时,默认将对结果进行排序,union all则不
1.并集的运算
select name from test1
union [all]
select name from test2;
使用union时,,默认将对结果进行排序,union all则不进行排序操作,所以会消耗更少的资源;然而,union all将不进行去重的操作~
2.交集的运算
select name from test1
intersect
select name from test2;
oracle不支持intersect all关键字!
3.差的运算
select name from test1
minus
select name from test2;
oracle中差的运算不同于sql标准,在sql标准中,我们使用以下函数进行差运算
select name from test1
except [all]
select name from test2;
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product