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