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