SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Biopic%' AND COUNTRY LIKE '%Autriche%' AND (TRIM(MEDIATYPE) LIKE '' OR MEDIATYPE='0') AND (ORIGINALTITLE LIKE '%Rebel Wilson%' OR TRANSLATEDTITLE LIKE '%Rebel Wilson%' OR ACTORS LIKE '%Rebel Wilson%' OR DIRECTOR LIKE '%Rebel Wilson%' OR PRODUCER LIKE '%Rebel Wilson%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT 0,80

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