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