Perché unire EXAMPLE a se stesso nella vista in linea? Perché non solo:
select /*+ no_merge(v) */ a, b, expensive_procedure(c)
from
( select a, b, c
from example
where <the_where_clause>
order by d
) v;
Perché unire EXAMPLE a se stesso nella vista in linea? Perché non solo:
select /*+ no_merge(v) */ a, b, expensive_procedure(c)
from
( select a, b, c
from example
where <the_where_clause>
order by d
) v;