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