Hi,
I have an employee table which links to a pay history table. One employee could have multiple rows in the pay history table. When I join the two tables, how can I select only one row per person where I choose the row in the pay history table that has the date closest to today.
Hope that makes sense. Thanks.
I have an employee table which links to a pay history table. One employee could have multiple rows in the pay history table. When I join the two tables, how can I select only one row per person where I choose the row in the pay history table that has the date closest to today.
Hope that makes sense. Thanks.