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