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

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