Posted by: nepalinaike February 12, 2019
SQL query Help!
Login in to Rate this Post:     0       ?        
You might want to try something like this:

select number of classes, student, count(*) as Count
From tablename
group by number of classes, student

Good luck!
Read Full Discussion Thread for this article