SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science fiction%' AND COUNTRY LIKE '%Hong-Kong%' AND (ORIGINALTITLE LIKE '%Hugh Grant%' OR TRANSLATEDTITLE LIKE '%Hugh Grant%' OR ACTORS LIKE '%Hugh Grant%' OR DIRECTOR LIKE '%Hugh Grant%' OR PRODUCER LIKE '%Hugh Grant%') ORDER BY DATEADD DESC, ORIGINALTITLE

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