SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%U.S.A.%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Neil Marshall%' OR TRANSLATEDTITLE LIKE '%Neil Marshall%' OR ACTORS LIKE '%Neil Marshall%' OR DIRECTOR LIKE '%Neil Marshall%' OR PRODUCER LIKE '%Neil Marshall%') ORDER BY DATEADD DESC, ORIGINALTITLE

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