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