D
Dorian
I have a table that stores assignments of tasks to teams. Tasks may be
reassigned so there may be many teams assigned to a task - though only one
at any point in time.
I need to find the last assigned team for each task.
Table layout
TaskID
TeamID
AssignDate
I'm sure there must be some simple way to do it.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
reassigned so there may be many teams assigned to a task - though only one
at any point in time.
I need to find the last assigned team for each task.
Table layout
TaskID
TeamID
AssignDate
I'm sure there must be some simple way to do it.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".