cristianivanoff
Technical User
Hello all!
I have a table like this:
PersonID, PersonName, ManagerID
1, Joe, 45
2, Chris, 45
.....
.....
45, Marc, 99
...
...
99, Jessica, -
I would like a query that shows me:
PersonID, PersonName, ManagerID, ManagerName, Manager2_ID, Manager2_Name
I need to join the same table several times. How do I do that?
Br
cristian
I have a table like this:
PersonID, PersonName, ManagerID
1, Joe, 45
2, Chris, 45
.....
.....
45, Marc, 99
...
...
99, Jessica, -
I would like a query that shows me:
PersonID, PersonName, ManagerID, ManagerName, Manager2_ID, Manager2_Name
I need to join the same table several times. How do I do that?
Br
cristian