Files
oracle/vdh/test_pxq_hint1.sql
2026-03-12 21:23:47 +01:00

2 lines
75 B
SQL

select /*+ parallel (a 16) */ avg(pk_col) from kso.skew3 a where col1 > 0;