SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' 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 COUNTRY ORDER BY COUNTRY

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