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 '%Tim Roth%' OR MEDIATYPE LIKE '%Tim Roth%' OR SOURCE LIKE '%Tim Roth%' OR ORIGINALTITLE LIKE '%Tim Roth%' OR TRANSLATEDTITLE LIKE '%Tim Roth%' OR DIRECTOR LIKE '%Tim Roth%' OR PRODUCER LIKE '%Tim Roth%' OR COUNTRY LIKE '%Tim Roth%' OR CATEGORY LIKE '%Tim Roth%' OR YEAR LIKE '%Tim Roth%' OR ACTORS LIKE '%Tim Roth%' OR DESCRIPTION LIKE '%Tim Roth%' OR COMMENTS LIKE '%Tim Roth%' OR VIDEOFORMAT LIKE '%Tim Roth%' OR VIDEOBITRATE LIKE '%Tim Roth%' OR AUDIOFORMAT LIKE '%Tim Roth%' OR AUDIOBITRATE LIKE '%Tim Roth%' OR RESOLUTION LIKE '%Tim Roth%' OR FRAMERATE LIKE '%Tim Roth%' OR LANGUAGES LIKE '%Tim Roth%') 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