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