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