SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Espionnage%' AND COUNTRY LIKE '%Danemark%' 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%') ORDER BY DATEADD DESC, ORIGINALTITLE

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