A Database Error Occurred
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 ' 9' at line 1
SELECT * FROM babywear, category, product, inventory, brand WHERE babywear.product_id = product.product_id AND babywear.category_id = 8 AND category.category_id = 8 AND inventory.product_id = product.product_id AND babywear.brand_id = brand.brand_id ORDER BY brand.brand, product.product_name LIMIT , 9