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