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