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