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