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