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