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