SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Romance%' AND COUNTRY LIKE '%Chine%' AND (ORIGINALTITLE LIKE '%Laurent Ferraro%' OR TRANSLATEDTITLE LIKE '%Laurent Ferraro%' OR ACTORS LIKE '%Laurent Ferraro%' OR DIRECTOR LIKE '%Laurent Ferraro%' OR PRODUCER LIKE '%Laurent Ferraro%') ORDER BY DATEADD DESC, ORIGINALTITLE

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