SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Drame%' AND COUNTRY LIKE '%France%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Scott Cooper%' OR TRANSLATEDTITLE LIKE '%Scott Cooper%' OR ACTORS LIKE '%Scott Cooper%' OR DIRECTOR LIKE '%Scott Cooper%' OR PRODUCER LIKE '%Scott Cooper%') ORDER BY DATEADD DESC, ORIGINALTITLE

Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 14314)