SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Erotique%' AND (ORIGINALTITLE LIKE '%Rodolphe Cong�%' OR TRANSLATEDTITLE LIKE '%Rodolphe Cong�%' OR ACTORS LIKE '%Rodolphe Cong�%' OR DIRECTOR LIKE '%Rodolphe Cong�%' OR PRODUCER LIKE '%Rodolphe Cong�%') GROUP BY COUNTRY ORDER BY COUNTRY

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