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