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