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