SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Allemagne%' AND MEDIATYPE='MKV UHD 2160' AND (ORIGINALTITLE LIKE '%Alexandre Nahon%' OR TRANSLATEDTITLE LIKE '%Alexandre Nahon%' OR ACTORS LIKE '%Alexandre Nahon%' OR DIRECTOR LIKE '%Alexandre Nahon%' OR PRODUCER LIKE '%Alexandre Nahon%') GROUP BY CATEGORY ORDER BY CATEGORY

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