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 '%Ascendant Pictures [us]%' OR MEDIATYPE LIKE '%Ascendant Pictures [us]%' OR SOURCE LIKE '%Ascendant Pictures [us]%' OR ORIGINALTITLE LIKE '%Ascendant Pictures [us]%' OR TRANSLATEDTITLE LIKE '%Ascendant Pictures [us]%' OR DIRECTOR LIKE '%Ascendant Pictures [us]%' OR PRODUCER LIKE '%Ascendant Pictures [us]%' OR COUNTRY LIKE '%Ascendant Pictures [us]%' OR CATEGORY LIKE '%Ascendant Pictures [us]%' OR YEAR LIKE '%Ascendant Pictures [us]%' OR ACTORS LIKE '%Ascendant Pictures [us]%' OR DESCRIPTION LIKE '%Ascendant Pictures [us]%' OR COMMENTS LIKE '%Ascendant Pictures [us]%' OR VIDEOFORMAT LIKE '%Ascendant Pictures [us]%' OR VIDEOBITRATE LIKE '%Ascendant Pictures [us]%' OR AUDIOFORMAT LIKE '%Ascendant Pictures [us]%' OR AUDIOBITRATE LIKE '%Ascendant Pictures [us]%' OR RESOLUTION LIKE '%Ascendant Pictures [us]%' OR FRAMERATE LIKE '%Ascendant Pictures [us]%' OR LANGUAGES LIKE '%Ascendant Pictures [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