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