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