SELECT * FROM `DB_1`.`movies` WHERE (ORIGINALTITLE LIKE '%Jeff Goldblum%' OR TRANSLATEDTITLE LIKE '%Jeff Goldblum%' OR ACTORS LIKE '%Jeff Goldblum%' OR DIRECTOR LIKE '%Jeff Goldblum%' OR PRODUCER LIKE '%Jeff Goldblum%') 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