How can we select the most recent record for the unidata queries. Is there any function or command we can use?
I have data as
Student Term Program Term_Start_date
1, 2018Fall , ABC, 08/01/2018
1, 2018Spring, MATH, 01/01/2018
1, 2017Fall, HIST, 08/01/2017
2, 2017Fall, ENG, 08/01/2017
2, 2017Summer, MATH, 05/01/2017
I want to see the out put as this- Most recent term start date should show per student.
Student Term Program Term_Start_date
1, 2018Fall , ABC, 08/01/2018
2, 2017Fall, ENG, 08/01/2017
I have used the BY.DSND SAMPLE 1 but it gets only one record