Re: Nested sets question...
From: Neo <neo55592_at_hotmail.com>
Date: 25 Nov 2004 15:11:40 -0800
Message-ID: <4b45d3ad.0411251511.60c1b3e7_at_posting.google.com>
Date: 25 Nov 2004 15:11:40 -0800
Message-ID: <4b45d3ad.0411251511.60c1b3e7_at_posting.google.com>
> > How to find all children in nested sets model
> > that are two levels under specified item?
> ... [script to model god and two generations]...
// The following query finds non-distinct children (john and mary)
// two levels down from god.
SELECT %.parent=(%.parent=god);
Received on Fri Nov 26 2004 - 00:11:40 CET