SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Biopic%' AND COUNTRY LIKE '%France%' AND (ORIGINALTITLE LIKE '%Sean Patrick Doherty%' OR TRANSLATEDTITLE LIKE '%Sean Patrick Doherty%' OR ACTORS LIKE '%Sean Patrick Doherty%' OR DIRECTOR LIKE '%Sean Patrick Doherty%' OR PRODUCER LIKE '%Sean Patrick Doherty%') ORDER BY DATEADD DESC, ORIGINALTITLE

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