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