数据长这样
SELECT (chinese_score + math_score + english_score) AS total_score FROM studentsperformance ORDER BY total_score DESC LIMIT 20;