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