SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND COUNTRY LIKE '%Canada%' AND (ORIGINALTITLE LIKE '%Nic Limatola%' OR TRANSLATEDTITLE LIKE '%Nic Limatola%' OR ACTORS LIKE '%Nic Limatola%' OR DIRECTOR LIKE '%Nic Limatola%' OR PRODUCER LIKE '%Nic Limatola%') ORDER BY DATEADD DESC, ORIGINALTITLE

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