H
Hallgeir
I have a table looking like this:
Id TaskLeader PreviousId
....
4 Hans 2
5 Kari 7
6 John 5
7 Jim 4
8 Kari 6
I'm wondering if it's possible to make a query that give me this result
below (and of course if it's possible; how) ?:
Id Leader Previous Leader
8 Kari John
6 John Kari
5 Kari Jim
7 Jim Hans
....
Appreciate any suggestions, Thanks!
Id TaskLeader PreviousId
....
4 Hans 2
5 Kari 7
6 John 5
7 Jim 4
8 Kari 6
I'm wondering if it's possible to make a query that give me this result
below (and of course if it's possible; how) ?:
Id Leader Previous Leader
8 Kari John
6 John Kari
5 Kari Jim
7 Jim Hans
....
Appreciate any suggestions, Thanks!