阅读背景:

使用复合索引代替单键索引,来避免单键有null值的情况_weixin_34130269的博客

来源:互联网 

查看原表:

SQL> select count(*) from t1;

  COUNT(*)
----------
   3229088

SQL> select count(*) from t1 where object_id is null;

  COUNT(*)
----------
        32

SQL> 
SQL> select count(*) from t1;



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: