SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Animation%' AND COUNTRY LIKE '%Grande-Bretagne%' AND (ORIGINALTITLE LIKE '%Nicolas Steil%' OR TRANSLATEDTITLE LIKE '%Nicolas Steil%' OR ACTORS LIKE '%Nicolas Steil%' OR DIRECTOR LIKE '%Nicolas Steil%' OR PRODUCER LIKE '%Nicolas Steil%') ORDER BY DATEADD DESC, ORIGINALTITLE

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