SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventures%' AND COUNTRY LIKE '%Belgique%' AND (ORIGINALTITLE LIKE '%Steven M. Rales%' OR TRANSLATEDTITLE LIKE '%Steven M. Rales%' OR ACTORS LIKE '%Steven M. Rales%' OR DIRECTOR LIKE '%Steven M. Rales%' OR PRODUCER LIKE '%Steven M. Rales%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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