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