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