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