|* 1 | table access full | emp | | | |
--------------------------------------------------------------------
predicate information (identified by operation id):
---------------------------------------------------
1 - filter("emp"."empno"<>10)
note: rule based optimization
14 rows selected
将上面的查条件“empno <>
select empno from emp where empno <10 and empno>10;
plan_table_output
--------------------------------------------------------------------------------
--------------------------------------------------------------------