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