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