SELECT * FROM `mdb`.`movies` WHERE MEDIATYPE='DVDSoloPeli' AND (ORIGINALTITLE LIKE '%Charles Band%' OR TRANSLATEDTITLE LIKE '%Charles Band%' OR ACTORS LIKE '%Charles Band%' OR DIRECTOR LIKE '%Charles Band%' OR PRODUCER LIKE '%Charles Band%') 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