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