SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Musical%' AND COUNTRY LIKE '%Su�de%' AND (ORIGINALTITLE LIKE '%Alfred Thomas%' OR TRANSLATEDTITLE LIKE '%Alfred Thomas%' OR ACTORS LIKE '%Alfred Thomas%' OR DIRECTOR LIKE '%Alfred Thomas%' OR PRODUCER LIKE '%Alfred Thomas%') ORDER BY DATEADD DESC, ORIGINALTITLE

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