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