An Error Was Encountered

Error Number: 1064

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 '-18,18' at line 16

SELECT p.ItemId,p.ItemPic,p.ItemName,p.static_file,p.special_price,p.retail_price,p.ItemTitle,subcat.category,subcat.h1,subcat.h2 FROM products p inner join ProductCategories pc on pc.ItemId = p.ItemId inner join categories subcat on subcat.CategoryID = pc.CategoryId WHERE ActiveFlag = 'Y' AND subcat.static_file = 'growth-chart' order by pc.order_by LIMIT -18,18