SELECT * FROM `thebigwaf01`.`movies` WHERE COUNTRY LIKE '%Japan%' AND (ORIGINALTITLE LIKE '%Fernando Rey%' OR TRANSLATEDTITLE LIKE '%Fernando Rey%' OR DIRECTOR LIKE '%Fernando Rey%' OR PRODUCER LIKE '%Fernando Rey%' OR ACTORS LIKE '%Fernando Rey%' OR DESCRIPTION LIKE '%Fernando Rey%' OR VIDEOFORMAT LIKE '%Fernando Rey%' OR FRAMERATE LIKE '%Fernando Rey%' OR FILESIZE LIKE '%Fernando Rey%' OR AUDIOFORMAT LIKE '%Fernando Rey%' OR DATEADD LIKE '%Fernando Rey%' OR MEDIA LIKE '%Fernando Rey%' OR RESOLUTION LIKE '%Fernando Rey%' OR LENGTH LIKE '%Fernando Rey%' OR LANGUAGES LIKE '%Fernando Rey%' OR SUBTITLES LIKE '%Fernando Rey%' OR MEDIATYPE LIKE '%Fernando Rey%') 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