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