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