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