0
Selecting each max value from different data in a column
Ok i will tell the analogy, i have a student table. The column of the table is ID, name, Major, Score. I want to find each max value of student from different Major. That's my question
2 ответов
+ 1
0
Use GROUP BY and MAX.