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