SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Western%' AND COUNTRY LIKE '%Grande-Bretagne%' AND (ORIGINALTITLE LIKE '%John Standing%' OR TRANSLATEDTITLE LIKE '%John Standing%' OR ACTORS LIKE '%John Standing%' OR DIRECTOR LIKE '%John Standing%' OR PRODUCER LIKE '%John Standing%') ORDER BY DATEADD DESC, ORIGINALTITLE

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