SELECT * FROM `nutricoaching`.`movies` WHERE (LANGUAGES LIKE '%anglais%' OR LANGUAGES LIKE '%Français%' OR LANGUAGES LIKE '%Anglais%' OR LANGUAGES LIKE '%International%' OR LANGUAGES LIKE '%Musique%' OR TRIM(LANGUAGES) LIKE '' OR LANGUAGES LIKE '%0%') AND (MEDIA LIKE '%Samuel Labarthe%' OR MEDIATYPE LIKE '%Samuel Labarthe%' OR SOURCE LIKE '%Samuel Labarthe%' OR ORIGINALTITLE LIKE '%Samuel Labarthe%' OR TRANSLATEDTITLE LIKE '%Samuel Labarthe%' OR DIRECTOR LIKE '%Samuel Labarthe%' OR PRODUCER LIKE '%Samuel Labarthe%' OR COUNTRY LIKE '%Samuel Labarthe%' OR CATEGORY LIKE '%Samuel Labarthe%' OR YEAR LIKE '%Samuel Labarthe%' OR ACTORS LIKE '%Samuel Labarthe%' OR DESCRIPTION LIKE '%Samuel Labarthe%' OR COMMENTS LIKE '%Samuel Labarthe%' OR VIDEOFORMAT LIKE '%Samuel Labarthe%' OR VIDEOBITRATE LIKE '%Samuel Labarthe%' OR AUDIOFORMAT LIKE '%Samuel Labarthe%' OR AUDIOBITRATE LIKE '%Samuel Labarthe%' OR RESOLUTION LIKE '%Samuel Labarthe%' OR FRAMERATE LIKE '%Samuel Labarthe%' OR LANGUAGES LIKE '%Samuel Labarthe%') 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