Proč připojit EXAMPLE k sobě v in-line zobrazení? Proč ne jen:
select /*+ no_merge(v) */ a, b, expensive_procedure(c)
from
( select a, b, c
from example
where <the_where_clause>
order by d
) v;
Proč připojit EXAMPLE k sobě v in-line zobrazení? Proč ne jen:
select /*+ no_merge(v) */ a, b, expensive_procedure(c)
from
( select a, b, c
from example
where <the_where_clause>
order by d
) v;