Posted by: STUPIDA February 13, 2019
SQL query Help!
Login in to Rate this Post:     0       ?        
SELECT [No of classes], Student, COUNT(*) AS Count
FROM TABLE
GROUP BY [No of classes], Student
ORDER BY Student ASC, [No of classes] DESC;
Read Full Discussion Thread for this article