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