SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventure%' AND COUNTRY LIKE '%Grande-Bretagne%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Robert De Niro%' OR TRANSLATEDTITLE LIKE '%Robert De Niro%' OR ACTORS LIKE '%Robert De Niro%' OR DIRECTOR LIKE '%Robert De Niro%' OR PRODUCER LIKE '%Robert De Niro%') ORDER BY DATEADD DESC, ORIGINALTITLE

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