SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Historique%' AND COUNTRY LIKE '%Australie%' AND (ORIGINALTITLE LIKE '%Bob Persichetti%' OR TRANSLATEDTITLE LIKE '%Bob Persichetti%' OR ACTORS LIKE '%Bob Persichetti%' OR DIRECTOR LIKE '%Bob Persichetti%' OR PRODUCER LIKE '%Bob Persichetti%') ORDER BY DATEADD DESC, ORIGINALTITLE

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