This website requires JavaScript.
Explore
Help
Sign In
support
/
oracle
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e7ae75904a11150ddc5901e3efc6421c7ff7fef
oracle
/
vdh
/
test_pxq_hint2.sql
T
2 lines
97 B
SQL
Raw
Normal View
History
Unescape
Escape
2026-03-12 20:23:15
2026-03-12 21:23:47 +01:00
select
/*+ NO_STATEMENT_QUEUING parallel (a 16) */
avg
(
pk_col
)
from
kso
.
skew3
a
where
col1
>
0
;
Reference in New Issue
Copy Permalink