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