欢迎投稿

今日深度:

oracle 执行计划,oracle

oracle 执行计划,oracle


1、设置计划

explain plan for 
select * from ( select * from  dun_search_view where 1=1 and (( salename='陈永智' and xsqy='广州办事处') or (','||fzuserid||',' like '%,6839951,%')) ) where rownum <= 30;



2、查询计划

SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY); 


www.htsjk.Com true http://www.htsjk.com/shujukunews/6739.html NewsArticle oracle 执行计划,oracle 1、设置计划 explain plan for select * from ( select * from dun_search_view where 1=1 and (( salename=陈永智 and xsqy=广州办事处) or (,||fzuserid||, like %,6839951,%)) ) where rownum = 30; 2、查询计...
评论暂时关闭