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