MySQL-Query failed:
- ErrorNo = 1064
- Error = You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's2.* FROM movie_rating AS s1
LEFT JOIN movies AS s2 ON s2.i' at line 1
- Query = SELECT SUM(s1.total_value) AS points s2.* FROM movie_rating AS s1
LEFT JOIN movies AS s2 ON s2.id = s1.id
WHERE s2.public = 1
GROUP BY s1.id
ORDER BY points DESC
LIMIT 9