J
Jim T
I have a single table that has an employee and the manager they report to.
This table consists of all employees regardless of management level. Since I
have this table with the employee/manager relationship. How can I query to
show me the hierarchy of a high level manager. For example a GM has four
directors who each have two managers and the managers have 6 employees.
Iwould like to get a query that shows that this GM has a total of 48 persons
underneath him.
This table consists of all employees regardless of management level. Since I
have this table with the employee/manager relationship. How can I query to
show me the hierarchy of a high level manager. For example a GM has four
directors who each have two managers and the managers have 6 employees.
Iwould like to get a query that shows that this GM has a total of 48 persons
underneath him.