SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Musical%' AND COUNTRY LIKE '%Argentine%' AND (ORIGINALTITLE LIKE '%Lee AsquithCoe%' OR TRANSLATEDTITLE LIKE '%Lee AsquithCoe%' OR ACTORS LIKE '%Lee AsquithCoe%' OR DIRECTOR LIKE '%Lee AsquithCoe%' OR PRODUCER LIKE '%Lee AsquithCoe%') ORDER BY DATEADD DESC, ORIGINALTITLE

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