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