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