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 filmType, fa_movies.name, fa_movies.year, fa_movies.length, fa_movies.movieID, fa_movies.coverImageName, fa_movies.rating, lang1.language as language FROM fa_movies JOIN _shd_languages as lang1 ON lang1.languageID = fa_movies.languageID JOIN fa_filmtypes ON fa_filmtypes.filmtypeID = fa_movies.typeID WHERE online = 1 AND recordType = 'normal' AND contractID != 0 AND FIND_IN_SET('5', categories) = 0 ORDER BY movieID DESC LIMIT -12, 12