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