SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Erotique%' AND (ORIGINALTITLE LIKE '%Andrew Niccol%' OR TRANSLATEDTITLE LIKE '%Andrew Niccol%' OR ACTORS LIKE '%Andrew Niccol%' OR DIRECTOR LIKE '%Andrew Niccol%' OR PRODUCER LIKE '%Andrew Niccol%') GROUP BY COUNTRY ORDER BY COUNTRY

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