Files
oracle/vdh/test_pxq_hint1.sql

2 lines
75 B
MySQL
Raw Normal View History

2026-03-12 21:23:47 +01:00
select /*+ parallel (a 16) */ avg(pk_col) from kso.skew3 a where col1 > 0;