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