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