SELECT * FROM `mdb`.`movies` WHERE (ORIGINALTITLE LIKE '%Pearl Faessler%' OR TRANSLATEDTITLE LIKE '%Pearl Faessler%' OR ACTORS LIKE '%Pearl Faessler%' OR DIRECTOR LIKE '%Pearl Faessler%' OR PRODUCER LIKE '%Pearl Faessler%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -100,100

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 '-100,100' at line 1