search for: employee_links

Displaying 1 result from an estimated 1 matches for "employee_links".

2006 Feb 15
0
Need help setting up and iterating thru a tree
Guys, Newbie here. Given the following table named Employee_Links: ID Emp_ID Parent_ID -- ------ --------- 1 200 100 2 300 100 3 300 200 4 400 100 5 500 400 6 500 300 I''d like to be able to generate a tree that looks like this: 100 |-200 |-300 |-500 |-300 |-400 |-500 Note that where...