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