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