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