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

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