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