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