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