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