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