oracle中的exists 和not exists 用法详解
oracle中的exists 和not exists 用法详解
oracle中的exists 和not exists 用法详解
有两个简单例子,以说明 “exists”和“in”的效率问题
1) select * from T1 where exists(select 1 from T2 where T1.a=T2.a) ;
T1数据量小而T2数据量非常大时,T1时
原创
2017-12-07 18:31:24 ·
624 阅读 ·
0 评论