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