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
相關文章
相關標籤/搜索