Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Get just one date from multiple rows with the same date

Hi all,   I have a table like the one below, where I have hireDate and terminationDate broken up by individuals, identifiable by their empID. The problem is, a person could have worked in multiple ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I've found a way to solve it for my specific case, matching up the term date with the last day with client date (since they should only match when the employee has been termed anyway). Thanks for the replies all!