Re: Transitive Closure

From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 17 May 2004 14:53:27 -0700
Message-ID: <8a529bb.0405171353.966bfd5_at_posting.google.com>


Paul <paul_at_test.com> wrote in message news:<Ajlpc.3453$wI4.382625_at_wards.force9.net>...
> OK I've just been reading up in this (for example Date & Darwen's "Third
> Manifesto" book mentions it) and the suggestion is to have a
> "generalized transitive closure" operator that includes these kind of
> aggregates along paths. For example see here:
> http://citeseer.ist.psu.edu/nag95implementing.html

I'm stuck on p.23 with the query

select*
from flights
start F
closure F.p = flights.b
compose F(flights.e, F.dist.plus(flights.time))

I don't see join condition flights.b=flights.e anywhere in the query. Received on Mon May 17 2004 - 23:53:27 CEST

Original text of this message