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

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