SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science-fiction%' AND COUNTRY LIKE '%Fran�ais%' AND (ORIGINALTITLE LIKE '%Patrice Leconte%' OR TRANSLATEDTITLE LIKE '%Patrice Leconte%' OR ACTORS LIKE '%Patrice Leconte%' OR DIRECTOR LIKE '%Patrice Leconte%' OR PRODUCER LIKE '%Patrice Leconte%') ORDER BY DATEADD DESC, ORIGINALTITLE

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