SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science fiction%' AND COUNTRY LIKE '%Danemark%' AND (ORIGINALTITLE LIKE '%Paul Greengrass%' OR TRANSLATEDTITLE LIKE '%Paul Greengrass%' OR ACTORS LIKE '%Paul Greengrass%' OR DIRECTOR LIKE '%Paul Greengrass%' OR PRODUCER LIKE '%Paul Greengrass%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT 0,30

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