SELECT * FROM `thebigwaf01`.`movies` WHERE COUNTRY LIKE '%Belgium%' AND (ORIGINALTITLE LIKE '%Ben Stiller%' OR TRANSLATEDTITLE LIKE '%Ben Stiller%' OR DIRECTOR LIKE '%Ben Stiller%' OR PRODUCER LIKE '%Ben Stiller%' OR ACTORS LIKE '%Ben Stiller%' OR DESCRIPTION LIKE '%Ben Stiller%' OR VIDEOFORMAT LIKE '%Ben Stiller%' OR FRAMERATE LIKE '%Ben Stiller%' OR FILESIZE LIKE '%Ben Stiller%' OR AUDIOFORMAT LIKE '%Ben Stiller%' OR DATEADD LIKE '%Ben Stiller%' OR MEDIA LIKE '%Ben Stiller%' OR RESOLUTION LIKE '%Ben Stiller%' OR LENGTH LIKE '%Ben Stiller%' OR LANGUAGES LIKE '%Ben Stiller%' OR SUBTITLES LIKE '%Ben Stiller%' OR MEDIATYPE LIKE '%Ben Stiller%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -24,24

Invalid Query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-24,24' at line 1