0
点赞
收藏
分享

微信扫一扫

oracle的explain使用


explain plan for select * from HS_BASIC_SITE;
select * from table(dbms_xplan.display);

举报

相关推荐

0 条评论