SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Western%' AND COUNTRY LIKE '%Mexique%' AND (ORIGINALTITLE LIKE '%Romain Goupil%' OR TRANSLATEDTITLE LIKE '%Romain Goupil%' OR ACTORS LIKE '%Romain Goupil%' OR DIRECTOR LIKE '%Romain Goupil%' OR PRODUCER LIKE '%Romain Goupil%') ORDER BY DATEADD DESC, ORIGINALTITLE

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