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