| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: transitive closure
-CELKO- wrote:
> >> CONNECT BY. I know it's recursive internally. <<
>
> I think CONNECT BY is still a hidden cursor doing a sequential tree
> traversal because the order of the results contrains information. If
> it were a relational operator the order would not matter, which is the
> case for WITH RECURSIVE in DB2.
That's a fair point, although I do think there's room in the world for operations that return ordered results. (Like, say, ORDER BY.) I just wish the type system was powerful enough to distinguish between the two.
Marshall Received on Wed Jul 20 2005 - 09:45:42 CDT
![]() |
![]() |