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