SELECT * FROM `nutricoaching`.`movies` WHERE (MEDIA LIKE '%John C. Mcginley%' OR MEDIATYPE LIKE '%John C. Mcginley%' OR SOURCE LIKE '%John C. Mcginley%' OR ORIGINALTITLE LIKE '%John C. Mcginley%' OR TRANSLATEDTITLE LIKE '%John C. Mcginley%' OR DIRECTOR LIKE '%John C. Mcginley%' OR PRODUCER LIKE '%John C. Mcginley%' OR COUNTRY LIKE '%John C. Mcginley%' OR CATEGORY LIKE '%John C. Mcginley%' OR YEAR LIKE '%John C. Mcginley%' OR ACTORS LIKE '%John C. Mcginley%' OR DESCRIPTION LIKE '%John C. Mcginley%' OR COMMENTS LIKE '%John C. Mcginley%' OR VIDEOFORMAT LIKE '%John C. Mcginley%' OR VIDEOBITRATE LIKE '%John C. Mcginley%' OR AUDIOFORMAT LIKE '%John C. Mcginley%' OR AUDIOBITRATE LIKE '%John C. Mcginley%' OR RESOLUTION LIKE '%John C. Mcginley%' OR FRAMERATE LIKE '%John C. Mcginley%' OR LANGUAGES LIKE '%John C. Mcginley%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -5,5

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 '-5,5' at line 1