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