SQL> select * from table(dbms_xplan.display_cursor(null,null,'ALLSTATS LAST'));
PLAN_TABLE_OUTPUT
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SQL_ID 599jjhj1rar9u, child number 0
-------------------------------------
select rownum - 1 as xuhao, ggbt, czsj, fj, id from (select *
from mbank.t_ises_gg t where t.status = '1' and
to_date(t.zzrq, 'YYYY-MM-DD') >= to_date('20150310',
'YYYY-MM-DD') order by czsj desc) where rownum <= 4
Plan hash value: 747778291
----------------------------------------------------------------------------------------------------------------------