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