SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND COUNTRY LIKE '%canadien%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Conrad Cecil%' OR TRANSLATEDTITLE LIKE '%Conrad Cecil%' OR ACTORS LIKE '%Conrad Cecil%' OR DIRECTOR LIKE '%Conrad Cecil%' OR PRODUCER LIKE '%Conrad Cecil%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT 0,12

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