SELECT * FROM `mrlafiadb01`.`movies` WHERE (ORIGINALTITLE LIKE '%%22Thomas%' OR TRANSLATEDTITLE LIKE '%%22Thomas%' OR ACTORS LIKE '%%22Thomas%' OR DIRECTOR LIKE '%%22Thomas%' OR PRODUCER LIKE '%%22Thomas%') AND (ORIGINALTITLE LIKE '%Soliv%E9r%E8s%22%' OR TRANSLATEDTITLE LIKE '%Soliv%E9r%E8s%22%' OR ACTORS LIKE '%Soliv%E9r%E8s%22%' OR DIRECTOR LIKE '%Soliv%E9r%E8s%22%' OR PRODUCER LIKE '%Soliv%E9r%E8s%22%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -72,72

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