SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Nouvelle-Z�lande%' AND (ORIGINALTITLE LIKE '%Keanu Reeves%' OR TRANSLATEDTITLE LIKE '%Keanu Reeves%' OR ACTORS LIKE '%Keanu Reeves%' OR DIRECTOR LIKE '%Keanu Reeves%' OR PRODUCER LIKE '%Keanu Reeves%') GROUP BY CATEGORY ORDER BY CATEGORY

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