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