Re: statistics with a tree
From: John Jones <jmj22026_at_us1j69.glaxo.com>
Date: 1996/06/13
Message-ID: <31C07AE0.261_at_us1j69.glaxo.com>#1/1
Date: 1996/06/13
Message-ID: <31C07AE0.261_at_us1j69.glaxo.com>#1/1
morvan Gérard wrote:
>
> I have a tree structure, adapted to the CONNECT BY instruction
> like in the reference manual.
>
> I need to compute an ascending average of each node, from the
> bottom of the tree to the root :
>
> a) Tree at to :
>
> 0
> 0 0
> 10 20 5 15 10
>
> b) tree at t1, after computation
>
> 12,5
> 15 10
> 10 20 5 15 10
>
> Have you a solution for this quite basic problem ?
>
> Thanks
>
> GMatest atestst
-- John Jones Oracle Consultant jmj22026_at_us1j69.glaxo.comReceived on Thu Jun 13 1996 - 00:00:00 CEST