wildsharkuk
Programmer
Hi I have a Hierarchial table with user_id + user_parent_id and would like to know how to retrieve / show only the bottom most child eg
so would need to return Mark and Carl as these are the bottom most children.
any help would be greatly appreciated
thanks
wildsharkuk
Code:
Dave
|
+--Steve
|
+--Mark
|
+--Paul
|
+--Carl
so would need to return Mark and Carl as these are the bottom most children.
any help would be greatly appreciated
thanks
wildsharkuk