SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Sci-Fi%' AND (ORIGINALTITLE LIKE '%Nicholas Ball%' OR TRANSLATEDTITLE LIKE '%Nicholas Ball%' OR DIRECTOR LIKE '%Nicholas Ball%' OR PRODUCER LIKE '%Nicholas Ball%' OR ACTORS LIKE '%Nicholas Ball%' OR DESCRIPTION LIKE '%Nicholas Ball%' OR VIDEOFORMAT LIKE '%Nicholas Ball%' OR FRAMERATE LIKE '%Nicholas Ball%' OR FILESIZE LIKE '%Nicholas Ball%' OR AUDIOFORMAT LIKE '%Nicholas Ball%' OR DATEADD LIKE '%Nicholas Ball%' OR MEDIA LIKE '%Nicholas Ball%' OR RESOLUTION LIKE '%Nicholas Ball%' OR LENGTH LIKE '%Nicholas Ball%' OR LANGUAGES LIKE '%Nicholas Ball%' OR SUBTITLES LIKE '%Nicholas Ball%' OR MEDIATYPE LIKE '%Nicholas Ball%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -24,24
Invalid Query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-24,24' at line 1