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