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