我想从 db 中获取学生列表,他们在每个班级中获得最大数量的学生姓名。使用 MySQL 数据库。
我有以下表格,例如学生,班级,结果(不同年份的结果)
表结构 student(student_id,student_name,class_id,address), class(class_id,class_name), results(result_id,student_id,year,marks)
我需要像这样的清单
Student Name class Marks
Jon A-1 800
Steve B-1 789