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