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