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