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