SELECT * FROM `mdb`.`movies` WHERE CATEGORY LIKE '%Musical%' AND (ORIGINALTITLE LIKE '%Mos Def%' OR TRANSLATEDTITLE LIKE '%Mos Def%' OR ACTORS LIKE '%Mos Def%' OR DIRECTOR LIKE '%Mos Def%' OR PRODUCER LIKE '%Mos Def%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -25,25

Invalid Query: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-25,25' at line 1