An Error Was Encountered
Error Number: 1064
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 '-12, 12' at line 10
SELECT fa_movies.length, fa_movies.rating, fa_movies.year, fa_movies.name, fa_movies.movieID, fa_movies.coverImageName AS coverImageName, _shd_languages.language as language, COUNT( * ) AS count FROM fa_downloadstats JOIN fa_movies ON fa_downloadstats.movieID = fa_movies.movieID JOIN _shd_languages ON _shd_languages.languageID = fa_movies.languageID WHERE userIsAdmin != 1 AND requestTimestamp > DATE_SUB(CURDATE(),INTERVAL 365 DAY) AND recordType = 'normal' GROUP BY name ORDER BY count DESC LIMIT -12, 12