SELECT * FROM `nutricoaching`.`movies` WHERE CATEGORY LIKE '%Documentaire%' AND (MEDIA LIKE '%Scott Whyte%' OR MEDIATYPE LIKE '%Scott Whyte%' OR SOURCE LIKE '%Scott Whyte%' OR ORIGINALTITLE LIKE '%Scott Whyte%' OR TRANSLATEDTITLE LIKE '%Scott Whyte%' OR DIRECTOR LIKE '%Scott Whyte%' OR PRODUCER LIKE '%Scott Whyte%' OR COUNTRY LIKE '%Scott Whyte%' OR CATEGORY LIKE '%Scott Whyte%' OR YEAR LIKE '%Scott Whyte%' OR ACTORS LIKE '%Scott Whyte%' OR DESCRIPTION LIKE '%Scott Whyte%' OR COMMENTS LIKE '%Scott Whyte%' OR VIDEOFORMAT LIKE '%Scott Whyte%' OR VIDEOBITRATE LIKE '%Scott Whyte%' OR AUDIOFORMAT LIKE '%Scott Whyte%' OR AUDIOBITRATE LIKE '%Scott Whyte%' OR RESOLUTION LIKE '%Scott Whyte%' OR FRAMERATE LIKE '%Scott Whyte%' OR LANGUAGES LIKE '%Scott Whyte%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -10,10
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 '-10,10' at line 1