SELECT * FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Italie%' AND (ORIGINALTITLE LIKE '%Mark Dugdale%' OR TRANSLATEDTITLE LIKE '%Mark Dugdale%' OR ACTORS LIKE '%Mark Dugdale%' OR DIRECTOR LIKE '%Mark Dugdale%' OR PRODUCER LIKE '%Mark Dugdale%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -144,144

Invalid Query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-144,144' at line 1