I have a table with the following data in the rows:
scheduleNum...|...jobTitle
41789..................031 FT Engineer Management Trainee
41790..................031 FT Field Construction Engineer
45897..................031 FT Engineer Management Trainee
45898..................031 FT Field Construction Engineer
The rows are duplicates except for the scheduleNum. I need to be able to check if the jobTitle's are the same and then return the rows with the higher scheduleNum. Can anyone give me any ideas please?
Thanks, Justin
scheduleNum...|...jobTitle
41789..................031 FT Engineer Management Trainee
41790..................031 FT Field Construction Engineer
45897..................031 FT Engineer Management Trainee
45898..................031 FT Field Construction Engineer
The rows are duplicates except for the scheduleNum. I need to be able to check if the jobTitle's are the same and then return the rows with the higher scheduleNum. Can anyone give me any ideas please?
Thanks, Justin
