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