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