SELECT * FROM `nutricoaching`.`movies` WHERE (MEDIA LIKE '%John August%' OR MEDIATYPE LIKE '%John August%' OR SOURCE LIKE '%John August%' OR ORIGINALTITLE LIKE '%John August%' OR TRANSLATEDTITLE LIKE '%John August%' OR DIRECTOR LIKE '%John August%' OR PRODUCER LIKE '%John August%' OR COUNTRY LIKE '%John August%' OR CATEGORY LIKE '%John August%' OR YEAR LIKE '%John August%' OR ACTORS LIKE '%John August%' OR DESCRIPTION LIKE '%John August%' OR COMMENTS LIKE '%John August%' OR VIDEOFORMAT LIKE '%John August%' OR VIDEOBITRATE LIKE '%John August%' OR AUDIOFORMAT LIKE '%John August%' OR AUDIOBITRATE LIKE '%John August%' OR RESOLUTION LIKE '%John August%' OR FRAMERATE LIKE '%John August%' OR LANGUAGES LIKE '%John August%') 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