explain plan for
select/*+ full(t) */
count(1) from xpi_childinfo partition(xpchild01) t where t.cid is not null;
set timing on;
查看执行计划
select * from table(dbms_xplan.display());
2021-09-19 05:46:00
explain plan for
select/*+ full(t) */
count(1) from xpi_childinfo partition(xpchild01) t where t.cid is not null;
set timing on;
查看执行计划
select * from table(dbms_xplan.display());
下一篇:MySQL事务隔离级别