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