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