I’ve change this :
After the line 645 :
COALESCE( MAX( s.total_score ), 0 ) AS points,
Add a line like this (nbpred it’s for total game pred)
COUNT(user_id) AS nbpred,
After, near the line 662 :
ORDER BY points DESC, full DESC, toto DESC, bonus DESC, "
Add the nbpred in this line :
ORDER BY points DESC, nbpred DESC, full DESC, toto DESC, bonus DESC, "