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