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