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

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