SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Luxembourg%' AND (ORIGINALTITLE LIKE '%Justin Price%' OR TRANSLATEDTITLE LIKE '%Justin Price%' OR ACTORS LIKE '%Justin Price%' OR DIRECTOR LIKE '%Justin Price%' OR PRODUCER LIKE '%Justin Price%') GROUP BY CATEGORY ORDER BY CATEGORY

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