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

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