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