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