ScottMattes
Member³
If I normally get this
and I add a hint I get this
when what I want is this
Code:
select fld1,
fld2
from tbl1;
Code:
select /*+ rule */
fld1,
fld2
from tbl1;
Code:
select /*+ rule */
fld1,
fld2
from tbl1;