SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Allemagne%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Daniel Br�hl%' OR TRANSLATEDTITLE LIKE '%Daniel Br�hl%' OR ACTORS LIKE '%Daniel Br�hl%' OR DIRECTOR LIKE '%Daniel Br�hl%' OR PRODUCER LIKE '%Daniel Br�hl%') ORDER BY DATEADD DESC, ORIGINALTITLE

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