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