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