C
Commish
I have a set of rows. In each row there are 2 IDs, one for the parent
and one for the child.
I need to display a hierarchy - so, I need to assign one row a parent
value (0) and then assign its children a second value (1) and then the
children of the children get a third value (2) and so on.
Does anyone know an easy way to do this? Without having to place those
values in a dozen columns?
and one for the child.
I need to display a hierarchy - so, I need to assign one row a parent
value (0) and then assign its children a second value (1) and then the
children of the children get a third value (2) and so on.
Does anyone know an easy way to do this? Without having to place those
values in a dozen columns?