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