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