SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventure%' AND COUNTRY LIKE '%canadien%' AND (ORIGINALTITLE LIKE '%Alex Branton%' OR TRANSLATEDTITLE LIKE '%Alex Branton%' OR ACTORS LIKE '%Alex Branton%' OR DIRECTOR LIKE '%Alex Branton%' OR PRODUCER LIKE '%Alex Branton%') ORDER BY DATEADD DESC, ORIGINALTITLE

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