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