| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Database planning - Hierarchical problem - Help needed
0) I have a book on TREES & HIERARCHIES IN SQL you can get at
www.amazon.com. There is no French translation yet, tho.
I have not played with is a newer model that would express the paths by a single string with opertors inside it like this('(albert|john)+chuck+(eddie|fred)+gilbert'). The | means "or" and that they are at the same level. The + means "followed by" . This should model a lattice structure without directed cycles. I have no idea how to write code for a query yet. I have no idea how to handle a cycle.
> Albert John
> / \ /
> / \ /
> Bert Chuck
> / | \
> / | \
> / | \
> / | \
> Donna Eddie Fred
> \ /
> \ /
> \ /
> Gilbert
>
Received on Mon Nov 29 2004 - 20:59:36 CST
![]() |
![]() |