SELECT * FROM `nutricoaching`.`movies` WHERE YEAR='1994' AND (MEDIA LIKE '%Squared Productions%' OR MEDIATYPE LIKE '%Squared Productions%' OR SOURCE LIKE '%Squared Productions%' OR ORIGINALTITLE LIKE '%Squared Productions%' OR TRANSLATEDTITLE LIKE '%Squared Productions%' OR DIRECTOR LIKE '%Squared Productions%' OR PRODUCER LIKE '%Squared Productions%' OR COUNTRY LIKE '%Squared Productions%' OR CATEGORY LIKE '%Squared Productions%' OR YEAR LIKE '%Squared Productions%' OR ACTORS LIKE '%Squared Productions%' OR DESCRIPTION LIKE '%Squared Productions%' OR COMMENTS LIKE '%Squared Productions%' OR VIDEOFORMAT LIKE '%Squared Productions%' OR VIDEOBITRATE LIKE '%Squared Productions%' OR AUDIOFORMAT LIKE '%Squared Productions%' OR AUDIOBITRATE LIKE '%Squared Productions%' OR RESOLUTION LIKE '%Squared Productions%' OR FRAMERATE LIKE '%Squared Productions%' OR LANGUAGES LIKE '%Squared Productions%') 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