SELECT * FROM `mdb`.`movies` WHERE RATING='8' AND (ORIGINALTITLE LIKE '%Eric Roberts%' OR TRANSLATEDTITLE LIKE '%Eric Roberts%' OR ACTORS LIKE '%Eric Roberts%' OR DIRECTOR LIKE '%Eric Roberts%' OR PRODUCER LIKE '%Eric Roberts%') 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