SELECT * FROM `mdb`.`movies` WHERE (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Paul Rae%' OR TRANSLATEDTITLE LIKE '%Paul Rae%' OR ACTORS LIKE '%Paul Rae%' OR DIRECTOR LIKE '%Paul Rae%' OR PRODUCER LIKE '%Paul Rae%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -25,25

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