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