14. 釣り上げたSQL文 SELECT /*+ USE_NL(tab1 tab2 tab3 tab4) */ tab4.* FROM tab1 INNER JOIN tab2 ON tab1.unique# = tab2.unique# AND tab1.unique# IN (1,2) INNER JOIN tab3 ON tab2.unique# = tab3.unique# AND tab2.branch# = tab3.branch# INNER JOIN tab4 ON tab3.unique# = tab4.unique# AND tab3.branch# = tab4.branch# AND tab3.loc# = tab4.loc# ; 13年11月16日土曜日 15. 釣り上げたSQL文 (実行計画) -‐-‐-‐-‐-‐-‐-‐-‐-‐-‐-‐-
