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