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