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