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