I have students that take the ACT test multiple times a year, but I only want the last ACT score they have taken.
My table has StudentID, ACTDate (YYYYMM format only), and ACTScore.
How can I get the last/latest score for every student?
I've looked at Unique, First, Limit... - all do not do what I want! I'm a very new to SQL (but not programming), please be gentle! :)
I'm using SQuirrel SQL 3.7 - MySQL if that matters!