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