2 lines
75 B
SQL
2 lines
75 B
SQL
select /*+ parallel (a 16) */ avg(pk_col) from kso.skew3 a where col1 > 0;
|
select /*+ parallel (a 16) */ avg(pk_col) from kso.skew3 a where col1 > 0;
|