Re: how to suppress carefully a recursive tree



Get a copy of TREES & HIERARCHIES IN SQL and look up the Nested Sets
model. You can Google it for the basic idea.

You would put the nodes into one table and the structure into a second
table with (lft, rgt) as its key, then reference the node for that
position.

Jan, sorry to be late, but I was out of town this week :)
.



Relevant Pages