当前位置:Gxlcms > 数据库问题 > oracle中 常用的 join on 相关和 集合运算的总结

oracle中 常用的 join on 相关和 集合运算的总结

时间:2021-07-01 10:21:17 帮助过:9人阅读

(在oralce10之前是排序去重,之后是Hash UNIQUE运算去重,而它只比较散列值不进行排序)

           2.当数据量很大时,速率上来讲,union all 会比union 快很多。 

下一组比较:minus,intersect

select   * from  book      minus select id,name,price from   pbook;
select   * from  book  intersect   (select id,name,price from   pbook)

技术分享技术分享

很明显:minus是把2个表冲突数据提出来,而intersect是把2个表的相同数据提出来

 

oracle中 常用的 join on 相关和 集合运算的总结

标签:比较   相关   运算   bsp   rac   ora   join   结果   strong   

人气教程排行