ORACLE 中IN和EXISTS的区别

原文地址:http://www.cnblogs.com/yf520gn/archive/2009/01/12/1374359.htmlhtml EXISTS的执行流程       select * from t1 where exists ( select null from t2 where y = x )  能够理解为:    for x in ( select * from t1 )   
相关文章
相关标签/搜索