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

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