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