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