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