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