Hi colleagues,
I have a table with weekly wages. I would like to extract the data which would indicate when persons received a raise. These are the fields I have in the query.
I want data for the original rate at time of hire and the first date each new rate was used. So I would want eg data for begin date Nov 4 and Nov 25.
Begin Date Hourly Wage Soc Security Number Employee Name
Begin Date Hourly Wage Soc Security Number Employee Name 04-Nov-18 $15.00 000001111 Robert Williams 11-Nov-18 $15.00 000001111 Robert Williams 25-Nov-18 $18.00 000001111 Robert Williams 02-Dec-18 $18.00 000001111 Robert Williams
Thanks for your assistance
Cristina