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