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