2009年12月11日

count(*), count(1) ,count(唯一键索引),count(非唯一键索引),count(存在null索引)的效率

摘要: 看见pub上面有人问count(*),count(1),count(索引字段)有什么区别,效率是否相同,恩 是个好问题下面我来研究研究 SQL> create table test as select * from dba_objects; 表已创建。 SQL> alter table test ... 阅读全文

posted @ 2009-12-11 13:01 如果蜗牛有爱情 阅读(229) 评论(0) 推荐(1)

导航