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