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