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