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