Hello Friends
I have a table that looks like as given under
Employee Manager
E100
E105 E100
E110 E105
E115 E110
As you can see that E100 is manage of E105; E105 is the manager of E110 and E110 is the manager of E115. Is there any way (SQL script may be) for getting the organization chart from this table? Basically I want to display who is directly or indirectly reporting to E100.
Having is third degree of reporting (E110 is also kind of under E100) is throwing me off.
Thanks for you help
Rajesh
I have a table that looks like as given under
Employee Manager
E100
E105 E100
E110 E105
E115 E110
As you can see that E100 is manage of E105; E105 is the manager of E110 and E110 is the manager of E115. Is there any way (SQL script may be) for getting the organization chart from this table? Basically I want to display who is directly or indirectly reporting to E100.
Having is third degree of reporting (E110 is also kind of under E100) is throwing me off.
Thanks for you help
Rajesh