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