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