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