SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Horreur%' AND (ORIGINALTITLE LIKE '%Hugh Jackman%' OR TRANSLATEDTITLE LIKE '%Hugh Jackman%' OR ACTORS LIKE '%Hugh Jackman%' OR DIRECTOR LIKE '%Hugh Jackman%' OR PRODUCER LIKE '%Hugh Jackman%') GROUP BY COUNTRY ORDER BY COUNTRY

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