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