SELECT * FROM `mdb`.`movies` WHERE (ORIGINALTITLE LIKE '%Madeleine Carroll%' OR TRANSLATEDTITLE LIKE '%Madeleine Carroll%' OR ACTORS LIKE '%Madeleine Carroll%' OR DIRECTOR LIKE '%Madeleine Carroll%' OR PRODUCER LIKE '%Madeleine Carroll%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -20,20

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 '-20,20' at line 1