SQL优化:表的链接顺序

drop table tab_big; drop table tab_small; create table tab_big  as select * from dba_objects where rownum<=30000; create table tab_small  as select * from dba_objects where rownum<=10; set autotrace t
相关文章
相关标签/搜索