SELECT * FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Brésil%' AND (ORIGINALTITLE LIKE '%Lucas Bryant%' OR TRANSLATEDTITLE LIKE '%Lucas Bryant%' OR ACTORS LIKE '%Lucas Bryant%' OR DIRECTOR LIKE '%Lucas Bryant%' OR PRODUCER LIKE '%Lucas Bryant%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -30,30

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 '-30,30' at line 1