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