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

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