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