SQL中in和exists的区别以及执行效率分析。

SQL中in和exists的区别 SQL中in可以分为三类: 1、形如select * from t1 where f1 in ('a','b'),应该和以下两种比较效率 select * from t1 where f1='a' or f1='b' 或者 select * from t1 where f1 ='a' uni......

发表时间:2011-09-07 22:29 | 分类:其他知识 | 评论:评论关闭 | 浏览:1,575 次 | 阅读更多
一键脚本 博客历程 留言联系 文章归档 网站地图 谷歌地图
Copyright © 2010-2024 章郎虫博客 All Rights Reserved.