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

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