highest points | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

highest points

Is there any other secret in getting the highest number of points in a course rather than getting all the quizzes correct?

8th Mar 2017, 8:27 PM
Mthoko
Mthoko - avatar
1 Answer
+ 1
lets say you have a table quizzes name score select * from quizzes order by score dec --not sure if dec or des. OR asc to go top to bottom this will return the highest score on top. you could use an aggregation of MAX but not sure how to do that in mysql. only sql...... sorry :/ hope this helps
10th Mar 2017, 5:40 AM
Michael Szczepanski
Michael Szczepanski - avatar