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