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