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