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