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