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