SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Guerre%' AND COUNTRY LIKE '%Belgique%' AND (ORIGINALTITLE LIKE '%David Harbour%' OR TRANSLATEDTITLE LIKE '%David Harbour%' OR ACTORS LIKE '%David Harbour%' OR DIRECTOR LIKE '%David Harbour%' OR PRODUCER LIKE '%David Harbour%') ORDER BY DATEADD DESC, ORIGINALTITLE

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