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