SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE (ORIGINALTITLE LIKE '%Thomas Durand%' OR TRANSLATEDTITLE LIKE '%Thomas Durand%' OR ACTORS LIKE '%Thomas Durand%' OR DIRECTOR LIKE '%Thomas Durand%' OR PRODUCER LIKE '%Thomas Durand%') GROUP BY CATEGORY ORDER BY CATEGORY

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