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

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