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