Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: mysterious unnesting
Hi,
>Step 4 and 5 are hash joined resulting in one data set on which oracle
>does a sort aggregate
. to get the min(rowid)
>What I am not able to understand is the filter in id 1.
. It suppress the rows that doesn't match the filter condition, i.e.
("A".ROWID=MIN("B".ROWID))
See the Stephane's post how to get rid of both join and the filter!
Regards
Jaromir D.B. Nemec
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 12 2005 - 16:38:46 CST
![]() |
![]() |