SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science-fiction%' AND (ORIGINALTITLE LIKE '%Gilles Lellouche%' OR TRANSLATEDTITLE LIKE '%Gilles Lellouche%' OR ACTORS LIKE '%Gilles Lellouche%' OR DIRECTOR LIKE '%Gilles Lellouche%' OR PRODUCER LIKE '%Gilles Lellouche%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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