SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Comedy%' AND (ORIGINALTITLE LIKE '%Robert Axelrod%' OR TRANSLATEDTITLE LIKE '%Robert Axelrod%' OR DIRECTOR LIKE '%Robert Axelrod%' OR PRODUCER LIKE '%Robert Axelrod%' OR ACTORS LIKE '%Robert Axelrod%' OR DESCRIPTION LIKE '%Robert Axelrod%' OR VIDEOFORMAT LIKE '%Robert Axelrod%' OR FRAMERATE LIKE '%Robert Axelrod%' OR FILESIZE LIKE '%Robert Axelrod%' OR AUDIOFORMAT LIKE '%Robert Axelrod%' OR DATEADD LIKE '%Robert Axelrod%' OR MEDIA LIKE '%Robert Axelrod%' OR RESOLUTION LIKE '%Robert Axelrod%' OR LENGTH LIKE '%Robert Axelrod%' OR LANGUAGES LIKE '%Robert Axelrod%' OR SUBTITLES LIKE '%Robert Axelrod%' OR MEDIATYPE LIKE '%Robert Axelrod%') 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