SELECT * FROM `DB_1`.`movies` WHERE (ORIGINALTITLE LIKE '%Ezra Miller%' OR TRANSLATEDTITLE LIKE '%Ezra Miller%' OR ACTORS LIKE '%Ezra Miller%' OR DIRECTOR LIKE '%Ezra Miller%' OR PRODUCER LIKE '%Ezra Miller%') ORDER BY SOURCE DESC, NUM DESC LIMIT -50,50

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