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