SELECT * FROM `mdb`.`movies` WHERE (ORIGINALTITLE LIKE '%Christopher Smith%' OR TRANSLATEDTITLE LIKE '%Christopher Smith%' OR ACTORS LIKE '%Christopher Smith%' OR DIRECTOR LIKE '%Christopher Smith%' OR PRODUCER LIKE '%Christopher Smith%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -60,60
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 '-60,60' at line 1