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