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

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