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

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