SELECT * FROM `mdb`.`movies` WHERE (ORIGINALTITLE LIKE '%Matt Gerald%' OR TRANSLATEDTITLE LIKE '%Matt Gerald%' OR ACTORS LIKE '%Matt Gerald%' OR DIRECTOR LIKE '%Matt Gerald%' OR PRODUCER LIKE '%Matt Gerald%') 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