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