SELECT * FROM `mdb`.`movies` WHERE CATEGORY LIKE '%Serie Tv%' AND (ORIGINALTITLE LIKE '%Alex Kurtzman%' OR TRANSLATEDTITLE LIKE '%Alex Kurtzman%' OR ACTORS LIKE '%Alex Kurtzman%' OR DIRECTOR LIKE '%Alex Kurtzman%' OR PRODUCER LIKE '%Alex Kurtzman%') ORDER BY DATEADDED DESC, TRANSLATEDTITLE ASC LIMIT -25,25

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