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