SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Famille%' AND COUNTRY LIKE '%Japon%' AND (ORIGINALTITLE LIKE '%John Morris%' OR TRANSLATEDTITLE LIKE '%John Morris%' OR ACTORS LIKE '%John Morris%' OR DIRECTOR LIKE '%John Morris%' OR PRODUCER LIKE '%John Morris%') ORDER BY DATEADD DESC, ORIGINALTITLE

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