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