SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Western%' AND COUNTRY LIKE '%Su�de%' AND (ORIGINALTITLE LIKE '%Per G�rvell%' OR TRANSLATEDTITLE LIKE '%Per G�rvell%' OR ACTORS LIKE '%Per G�rvell%' OR DIRECTOR LIKE '%Per G�rvell%' OR PRODUCER LIKE '%Per G�rvell%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -12,12

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