Skip to content

Commit 785b0db

Browse files
remove invalid table reference tab2 in use_hash hint
1 parent 38cbfe2 commit 785b0db

File tree

1 file changed

+1
-1
lines changed
  • optimizer/creative_w_plan/patch

1 file changed

+1
-1
lines changed

optimizer/creative_w_plan/patch/q1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
select /* PATCHTEST*/ /*+ USE_HASH(tab1 tab2) */
1+
select /* PATCHTEST*/ /*+ USE_HASH(tab1) */
22
sum(num)
33
from tab1
44
where id in (select id

0 commit comments

Comments
 (0)