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