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