SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Sud-cor�en%' AND (ORIGINALTITLE LIKE '%Paul Thomas Anderson%' OR TRANSLATEDTITLE LIKE '%Paul Thomas Anderson%' OR ACTORS LIKE '%Paul Thomas Anderson%' OR DIRECTOR LIKE '%Paul Thomas Anderson%' OR PRODUCER LIKE '%Paul Thomas Anderson%') GROUP BY CATEGORY ORDER BY CATEGORY

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