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