SELECT * FROM `mdb`.`movies` WHERE (ORIGINALTITLE LIKE '%%22Andr%E9%' OR TRANSLATEDTITLE LIKE '%%22Andr%E9%' OR ACTORS LIKE '%%22Andr%E9%' OR DIRECTOR LIKE '%%22Andr%E9%' OR PRODUCER LIKE '%%22Andr%E9%') AND (ORIGINALTITLE LIKE '%the%' OR TRANSLATEDTITLE LIKE '%the%' OR ACTORS LIKE '%the%' OR DIRECTOR LIKE '%the%' OR PRODUCER LIKE '%the%') AND (ORIGINALTITLE LIKE '%Giant%22%' OR TRANSLATEDTITLE LIKE '%Giant%22%' OR ACTORS LIKE '%Giant%22%' OR DIRECTOR LIKE '%Giant%22%' OR PRODUCER LIKE '%Giant%22%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -12,12
Invalid Query: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-12,12' at line 1