SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Thriller%' AND COUNTRY LIKE '%fran�ais%' AND (ORIGINALTITLE LIKE '%Yves Pignot%' OR TRANSLATEDTITLE LIKE '%Yves Pignot%' OR ACTORS LIKE '%Yves Pignot%' OR DIRECTOR LIKE '%Yves Pignot%' OR PRODUCER LIKE '%Yves Pignot%') ORDER BY DATEADD DESC, ORIGINALTITLE

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