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