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