SELECT * FROM `nutricoaching`.`movies` WHERE (TRIM(CATEGORY) LIKE '' OR CATEGORY LIKE '%0%') AND (MEDIA LIKE '%Judy Parfitt%' OR MEDIATYPE LIKE '%Judy Parfitt%' OR SOURCE LIKE '%Judy Parfitt%' OR ORIGINALTITLE LIKE '%Judy Parfitt%' OR TRANSLATEDTITLE LIKE '%Judy Parfitt%' OR DIRECTOR LIKE '%Judy Parfitt%' OR PRODUCER LIKE '%Judy Parfitt%' OR COUNTRY LIKE '%Judy Parfitt%' OR CATEGORY LIKE '%Judy Parfitt%' OR YEAR LIKE '%Judy Parfitt%' OR ACTORS LIKE '%Judy Parfitt%' OR DESCRIPTION LIKE '%Judy Parfitt%' OR COMMENTS LIKE '%Judy Parfitt%' OR VIDEOFORMAT LIKE '%Judy Parfitt%' OR VIDEOBITRATE LIKE '%Judy Parfitt%' OR AUDIOFORMAT LIKE '%Judy Parfitt%' OR AUDIOBITRATE LIKE '%Judy Parfitt%' OR RESOLUTION LIKE '%Judy Parfitt%' OR FRAMERATE LIKE '%Judy Parfitt%' OR LANGUAGES LIKE '%Judy Parfitt%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -10,10
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 '-10,10' at line 1