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