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