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