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