查看原表:
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;查看原表:
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;