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