SELECT * FROM `d0045385`.`moviedb` WHERE YEAR='1984' AND (MEDIA LIKE '%Alice Evans%' OR MEDIATYPE LIKE '%Alice Evans%' OR SOURCE LIKE '%Alice Evans%' OR ORIGINALTITLE LIKE '%Alice Evans%' OR TRANSLATEDTITLE LIKE '%Alice Evans%' OR DIRECTOR LIKE '%Alice Evans%' OR PRODUCER LIKE '%Alice Evans%' OR COUNTRY LIKE '%Alice Evans%' OR CATEGORY LIKE '%Alice Evans%' OR YEAR LIKE '%Alice Evans%' OR ACTORS LIKE '%Alice Evans%' OR DESCRIPTION LIKE '%Alice Evans%' OR COMMENTS LIKE '%Alice Evans%' OR VIDEOFORMAT LIKE '%Alice Evans%' OR VIDEOBITRATE LIKE '%Alice Evans%' OR AUDIOFORMAT LIKE '%Alice Evans%' OR AUDIOBITRATE LIKE '%Alice Evans%' OR RESOLUTION LIKE '%Alice Evans%' OR FRAMERATE LIKE '%Alice Evans%' OR LANGUAGES LIKE '%Alice Evans%') ORDER BY DATEADD DESC, TRANSLATEDTITLE ASC LIMIT -10,10

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