I have a table called AddressHistory with PersonID, CaseID, StartDate and EndDate.
StartDate is a new column, and I need go through and update all of the StartDate values to be the EndDate of the previous record that belongs to the same Person.
Can't seem to get there on my own
any help would be appreciated.
StartDate is a new column, and I need go through and update all of the StartDate values to be the EndDate of the previous record that belongs to the same Person.
Can't seem to get there on my own