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