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