SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%fran�ais%' AND MEDIATYPE='MKV HD 720' AND (ORIGINALTITLE LIKE '%Daniel Scheinert%' OR TRANSLATEDTITLE LIKE '%Daniel Scheinert%' OR ACTORS LIKE '%Daniel Scheinert%' OR DIRECTOR LIKE '%Daniel Scheinert%' OR PRODUCER LIKE '%Daniel Scheinert%') GROUP BY CATEGORY ORDER BY CATEGORY

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