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

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