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